diff options
author | Colin Okay <59481711+cbeo@users.noreply.github.com> | 2020-07-10 13:24:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-10 13:24:58 -0500 |
commit | d4866a2de5578368ed69f0e439e2d176ba0714fc (patch) | |
tree | 260ed4ba6aac60636452c00db493c7cbe5b754c6 | |
parent | 82944ed170182f88f373c4a03fefac9a3ac6730b (diff) |
readability
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -101,9 +101,11 @@ when you want to generate sequential data using functions. ### Three Kinds Of Function -In GTWIWTG, there are functions that *construct* generators, functions -that *combine* generators, and functions and macros that *consume* -generators. +In GTWIWTG, there are three kinds of functions. + +1. functions that *construct* generators +2. functions that *combine* generators +3. functions and macros that *consume* generators. ### The Breadwinning Constructors |