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
@@ -533,10 +533,10 @@ machine transition table.
Says, “Three or more 1s and not ending in 01 nor composed of all 1s.”
.. figure:: attachment:omg.svg
:alt: omg.svg
.. figure:: omg.svg
:alt: State Machine Graph
omg.svg
State Machine Graph
Start at ``a`` and follow the transition arrows according to their
labels. Accepting states have a double outline. (Graphic generated with
@@ -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.