aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-02-22 07:43:48 -0600
committerColin Okay <okay@toyful.space>2021-02-22 07:43:48 -0600
commitf92b777c679ebcf01e86667631c03cd5128e0072 (patch)
treedb9a87978b1ce777e233a4cc7a7fa1288d8e626a
parent2880fc9afedd5141cd1a7f87b75a575189008cc3 (diff)
toc in readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 984eb8e..96ccefd 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Table Of Contents
- [Combinator Error Behavior](#a-word-of-warning)
- [Consuming Generators](#the-fundamental-consumer)
- [One-Time-Use](#generators-are-consumed-at-most-once)
+ - [Resumable Generators](#but-resumable-generators-are-possible)
- [Accumulating Consumer](#the-accumulating-consumer)
- [More Consumers](#the-remaining-consumers)
- [Anaphoric Consumers](#anaphoric-consumer-macros)