Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 305 Bytes

monadic-python-demo

An experimental attempt at implementing the essence of a monad while adding Python-specific and practical enhancements.

  • maybe.py contains the implementation of the Maybe class.
  • examples.py contains example usage.

All the code is heavily commented with lots of examples.