Open
Description
OSlash is primarily meant to be a Monad tutorial for Python. If you want to use types like Maybe
and Either
in your Python code, you should also take a look at FSlash which uses the same concepts named as Option
and Result
, and aim to be a solid library for doing practical functional programming in Python.
Note that FSlash has now been renamed to Expression.