Releases: purescript/purescript-free
Releases · purescript/purescript-free
v0.4.2
- Update to prevent stack overflow with left-associated binds (@ethul)
v0.4.0
- 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.
v0.3.0
This release requires PureScript v0.6.8 or later
v0.1.6
- The
FreeC
type synonym is now partially applied (@ethul)
v0.1.5
Added injC
and mapF
for free monad composition (@ethul)
v0.1.4
Fixes for extracted Identity
v0.1.2
- Remove bogus
mkCofree'
constructor (@jdegoes)
- Remove unnecessary type variable from
Trampoline
type synonym (@jdegoes)