Minor cleanup

;P
This commit is contained in:
Simon Forman
2021-11-19 14:27:01 -08:00
parent f36b6dc7ca
commit b41b22248c
9 changed files with 17 additions and 12 deletions
@@ -391,8 +391,10 @@ values.
A == [P] [] [G] [swons] hylomorphism
``range`` et. al. An example of an anamorphism is the ``range`` function which generates the list of integers from 0 to *n* - 1 given *n*.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``range`` et. al.
~~~~~~~~~~~~~~~~~
An example of an anamorphism is the ``range`` function which generates the list of integers from 0 to *n* - 1 given *n*.
Each of the above variations can be used to make four slightly different
``range`` functions.