Bunches of new docs.

Type inference!

A new treatment of recursion combinator patterns.
This commit is contained in:
Simon Forman
2018-06-21 21:13:50 -07:00
parent 049cfd22b7
commit ca05ea404a
32 changed files with 42303 additions and 1064 deletions
+4
View File
@@ -13,6 +13,10 @@ clean:
sdist:
python ./setup.py sdist
joy/utils/generated_library.py: joy/utils/types.py
python -c 'import joy.utils.types ; joy.utils.types.generate_library_code()' > $@
# In order to support testing the code as installed
# create a virtualenv and install the source dist zip there.
test: sdist