From 6c765c4edad4a3c713bfd95732e50370c19814fb Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 5 Aug 2020 13:51:32 -0500 Subject: added toc --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index fb04b16..4757fa5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +Table Of Contents +- [GTWIWTG Overview](#gtwiwtg) + - [Installation](#installation) + - [Motivating Examples](#first-some-action) + - [Tutorial](#tutorial) + - [Function Taxonomy](#three-kinds-of-function) + - [Constructors](#the-breadwinning-constructors) + - [Combinators](#the-combination-and-transformation-functions) + - [Combinator Error Behavior](#a-word-of-warning) + - [Consuming Generators](#the-fundamental-consumer) + - [One-Time-Use](#generators-are-consumed-at-most-once) + - [Accumulating Consumer](#the-accumulating-consumer) + - [More Consumers](#the-remaining-consumers) + - [Anaphoric Consumers](#anaphoric-consumer-macros) + - [Extending GTWIWTG](#making-new-generators) + - [`with-generator`](#the-naughty-consumer) + - [Example: Permutations](#the-permutations-example) + # GTWIWTG *Generators The Way I Want Them Generated* -- cgit v1.2.3