v0.4.0
- Rename
go
,goM
, etc. torunFree
,runFreeM
etc. - Remove
iterM
,goEff
andgoEffC
. - Update
goM
to work in any target monad which is an instance ofMonadRec
, which solves the issue ofgoM
causing a stack overflow for large inputs.
go
, goM
, etc. to runFree
, runFreeM
etc.iterM
, goEff
and goEffC
.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.