Changelog for natural-transformation-0.4.1
0.4.1 [2024.10.27]
- Drop support for pre-8.0 versions of GHC.
0.4
- Rename
Natconstructor toNT - Rename
runtounwrapNT - Rename
nattowrapNT - Backport the
Semigroupinstance for(:~>)by conditionally depending on thesemigroupspackage
0.3.1
- Adding
runandnat.
0.3
- Adding Object
- Rolled Control.Transformation into Control.Natural
- Added RULES module
- Required GHC 7.8 or greater
Semigroupinstance for(:~>)on GHC 8.0 and up
0.2
- Require GHC 7.6 or greater
- Exposed
~>type synonym
0.1
- Initial commit