kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

Full(Empty) and Full(Full(something)) should be possible #83

Open bwo opened 7 years ago

bwo commented 7 years ago

nested options can arise in reasonable APIs.

Collapsing options can be done with a separately defined join operation.