OSDN Git Service

Bunches of new docs.
authorSimon Forman <sforman@hushmail.com>
Fri, 22 Jun 2018 04:13:50 +0000 (21:13 -0700)
committerSimon Forman <sforman@hushmail.com>
Fri, 22 Jun 2018 04:13:50 +0000 (21:13 -0700)
commitca05ea404ab0d0889205baad7c1ff9aa90c0c3cb
treed161e9438fc077771e9137c69f5b276bf29d206e
parent049cfd22b745a16c85a0478841bdf65bf61b6a2a
Bunches of new docs.

Type inference!

A new treatment of recursion combinator patterns.
32 files changed:
Makefile
docs/Makefile
docs/Quadratic.html
docs/Quadratic.ipynb
docs/Quadratic.md
docs/Quadratic.rst
docs/Recursion_Combinators.html [new file with mode: 0644]
docs/Recursion_Combinators.ipynb [new file with mode: 0644]
docs/Recursion_Combinators.md [new file with mode: 0644]
docs/Recursion_Combinators.rst [new file with mode: 0644]
docs/Types.html [new file with mode: 0644]
docs/Types.ipynb [new file with mode: 0644]
docs/Types.md [new file with mode: 0644]
docs/Types.rst [new file with mode: 0644]
docs/notebook_preamble.pyc [new file with mode: 0644]
docs/sphinx_docs/_build/html/_modules/joy/library.html
docs/sphinx_docs/_build/html/_modules/joy/utils/stack.html
docs/sphinx_docs/_build/html/genindex.html
docs/sphinx_docs/_build/html/index.html
docs/sphinx_docs/_build/html/library.html
docs/sphinx_docs/_build/html/notebooks/Newton-Raphson.html
docs/sphinx_docs/_build/html/notebooks/Quadratic.html
docs/sphinx_docs/_build/html/notebooks/Zipper.html
docs/sphinx_docs/_build/html/notebooks/index.html
docs/sphinx_docs/_build/html/objects.inv
docs/sphinx_docs/_build/html/searchindex.js
docs/sphinx_docs/_build/html/stack.html
docs/sphinx_docs/notebooks/Quadratic.rst
docs/sphinx_docs/notebooks/Recursion_Combinators.rst [new file with mode: 0644]
docs/sphinx_docs/notebooks/Types.rst [new file with mode: 0644]
docs/sphinx_docs/notebooks/index.rst
joy/library.py