OSDN Git Service

Getting back to parity after jumble.
authorSimon Forman <sforman@hushmail.com>
Thu, 19 Jul 2018 22:18:42 +0000 (15:18 -0700)
committerSimon Forman <sforman@hushmail.com>
Thu, 19 Jul 2018 22:18:42 +0000 (15:18 -0700)
commit008b74aef8f85bab2046184dc1ee2744f3eda846
treed9f07b9c5deb2c5b35e26a5ce682046129b726f4
parentdea6cbc8c2dccc7c38516df3bbd87c98cced7a37
Getting back to parity after jumble.

Polytypes module folded into types module, with all the actual type
information done when you load the library module.  Some definitions can
be inferred from their body expression, others need to be
CombinatorJoyType wrapped.  Still to do: loop.
joy/library.py
test/test_type_inference.py