pfun

Functional, composable, asynchronous, type-safe Python.

MIT License

Stars
149

Bot releases are visible (Hide)

pfun - 0.5.0

Published by suned about 5 years ago

  • Added with_effect decorator to all monadic types that mimics do notation from haskell / for comprehensions in Scala
  • IO is now stack-safe
  • Added tail_rec helper function to Maybe, Either and Writer to help write recursive monadic functions (necessary for implementing with_effect)