dbrattli / OSlash

Functors, Applicatives, And Monads in Python
MIT License
708 stars 50 forks source link

Adds "Using Either monad in Python" article #13

Closed sobolevn closed 4 years ago

sobolevn commented 5 years ago

It features this library as an example of how to build pipelines.

sobolevn commented 4 years ago

@dbrattli thanks!

P.S. Check out returns library that features typed monad in python. It was inspired by your project, so your feedback is more than welcome!

dbrattli commented 4 years ago

@sobolevn "Returns" looks awesome. Well done!