Skip to content

v0.4.0

Compare
Choose a tag to compare
@paf31 paf31 released this 02 Mar 21:08
· 150 commits to master since this release
  • Rename go, goM, etc. to runFree, runFreeM etc.
  • Remove iterM, goEff and goEffC.
  • Update goM to work in any target monad which is an instance of MonadRec, which solves the issue of goM causing a stack overflow for large inputs.