packages feed

chassis 0.0.3.0 → 0.0.4.0

raw patch · 3 files changed

+7/−2 lines, 3 filesdep ~composite-base

Dependency ranges changed: composite-base

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for chassis +## v0.0.4.0++* Export Env and EnvT constructors.+ ## v0.0.3.0  * Add `rcast` and `(>$<)`.
chassis.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           chassis-version:        0.0.3.0+version:        0.0.4.0 synopsis:       Prelude with algebraic constructs and polykinds on. category:       Prelude author:         Daniel Firth
src/Chassis.hs view
@@ -83,7 +83,8 @@ , join , (=<<) , CoRec(..)-, Env+, Env(..)+, EnvT(..) , env , runEnv , runEnvT