freer-effects v0.3.0.0 Release Notes

Release Date: 2017-03-06 // about 7 years ago
    • ๐Ÿ“ฆ Package renamed to freer-effects to distinguish it from original freer. #4
    • ๐Ÿ›  Fix Could not deduce: effs ~ (r : rs) that may occur when using a Member contraint (a regression introduced in 0.2.4.0) freer!12
    • โž• Add runNatS convenience function freer!13
    • โž• Add evalState and execState convenience functions freer!14
    • Data constructors of Yield, CutFalse, Fresh, State and Trace are now exposed in addition to Exc, Reader and Writer
    • Generalised type signature of asks. #7
    • Renamed modules Data.Open.Union.* to Data.OpenUnion.*. #8
    • NonDetEff separated into its own module and renamed to NonDet. #11
    • Reimplement Union using http://okmij.org/ftp/Haskell/extensible/OpenUnion51.hs as a basis. #14
    • ๐Ÿ“‡ Renamed Teletype example DSL to Console.