Thun/joy/utils
Simon Forman 7607ca7650 Definitions infer stack effects.
At start-up defs that DON'T type check are permitted (so you can use e.g.
loop, map, etc.) in the definitions "source", but then the user-facing
inscribe command only allows you to define new commands that DO
type-check.  The ideal solution here is to get inference working for the
loopy words.  (In the meantime you can select and execute their
definition text directly.  That's not (yet!) type-checked.)
2018-07-17 20:52:57 -07:00
..
__init__.py Initial move of code from git repo. 2018-04-14 18:13:13 -07:00
brutal_hackery.py Minor cleanup of the README file. 2018-04-22 09:16:48 -07:00
generated_library.py Minor cleanup. 2018-06-27 19:03:23 -07:00
polytypes.py Definitions infer stack effects. 2018-07-17 20:52:57 -07:00
pretty_print.py Adding params to the docstrings. 2018-04-30 10:16:04 -07:00
stack.py Type inference of Joy expressions. 2018-06-29 13:19:12 -07:00
types.py Nearly there maybe, maybe not. 2018-07-17 20:09:17 -07:00