jspahrsummers / adt

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

Add a test for a Maybe ADT, with custom methods #9

Closed jspahrsummers closed 5 years ago

jspahrsummers commented 5 years ago

Use this to verify that additional methods like map(), flatMap() work as expected and typecheck correctly.

Resolves #8.