diff options
author | Colin Okay <okay@toyful.space> | 2021-02-22 07:43:48 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2021-02-22 07:43:48 -0600 |
commit | f92b777c679ebcf01e86667631c03cd5128e0072 (patch) | |
tree | db9a87978b1ce777e233a4cc7a7fa1288d8e626a | |
parent | 2880fc9afedd5141cd1a7f87b75a575189008cc3 (diff) |
toc in readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |