- Drop support for pre-8.0 versions of GHC.
- Rename
Nat
constructor toNT
- Rename
run
tounwrapNT
- Rename
nat
towrapNT
- Backport the
Semigroup
instance for(:~>)
by conditionally depending on thesemigroups
package
- Adding
run
andnat
.
- Adding Object
- Rolled Control.Transformation into Control.Natural
- Added RULES module
- Required GHC 7.8 or greater
Semigroup
instance for(:~>)
on GHC 8.0 and up
- Require GHC 7.6 or greater
- Exposed
~>
type synonym
- Initial commit