Releases: purescript/purescript-transformers
Releases · purescript/purescript-transformers
v0.1.2
Lazy1
instance for StateT
(@paf31)
v0.1.1
Comonad
and Extend
instances for Identity
(@joneshf)
v0.1.0
- Add
Alt
, Plus
, MonadPlus
, update Alternative
(@garyb)
v0.0.6
- All transformers are now defined as
newtype
s (@garyb)
v0.0.5
- Added
Control.Monad.RWS
and Control.Monad.RWST
(@joneshf)
- Updated FFI code to work for changes in codegen (@garyb)
v0.0.4
- Drop unnecessary var from type synonyms to prevents problems with partially applied type synonyms later on (garyb)
v0.0.3
- Now uses "proper"
Unit
type instead of {}
(garyb)
v0.0.2
- Now includes
Control.Monad.Free
(ethul)