Skip to content

0.5.0

Compare
Choose a tag to compare
@suned suned released this 09 Oct 09:09
· 130 commits to master since this release
  • 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)