jspahrsummers / adt

Algebraic data types for Python (experimental, not actively maintained)
MIT License
172 stars 14 forks source link

Add Case[…] "type," with nicer multi-arg support #15

Closed jspahrsummers closed 5 years ago

jspahrsummers commented 5 years ago

Resolves #6.

Check out the changes to test_list.py in particular, because that was horrid before and is much nicer afterwards.