A little more bit o' docs.

This commit is contained in:
Simon Forman
2018-07-14 12:29:25 -07:00
parent 41b39e5977
commit 54491f0da2
20 changed files with 1702 additions and 131 deletions
@@ -3,7 +3,7 @@
from notebook_preamble import D, DefinitionWrapper, J, V, define
Recursive Combinators
Recursion Combinators
=====================
This article describes the ``genrec`` combinator, how to use it, and