freer-effects v0.3.0.1 Release Notes
Release Date: 2017-04-16 // over 7 years ago-
- ๐ Relax
hlint
version bounds and disablehlint
tests in non-developer builds. #31
- ๐ Relax
Previous changes from v0.3.0.0
-
- ๐ฆ Package renamed to
freer-effects
to distinguish it from originalfreer
. #4 - ๐ Fix
Could not deduce: effs ~ (r : rs)
that may occur when using aMember
contraint (a regression introduced in 0.2.4.0) freer!12 - โ Add
runNatS
convenience function freer!13 - โ Add
evalState
andexecState
convenience functions freer!14 - Data constructors of
Yield
,CutFalse
,Fresh
,State
andTrace
are now exposed in addition toExc
,Reader
andWriter
- Generalised type signature of
asks
. #7 - Renamed modules
Data.Open.Union.*
toData.OpenUnion.*
. #8 NonDetEff
separated into its own module and renamed toNonDet
. #11- Reimplement
Union
using http://okmij.org/ftp/Haskell/extensible/OpenUnion51.hs as a basis. #14 - ๐ Renamed
Teletype
example DSL toConsole
.
- ๐ฆ Package renamed to