All Versions
5
Latest Version
0.4
Avg Release Cycle
-
Latest Release
2938 days ago

Changelog History

  • v0.4 Changes

    October 21, 2016
    • 📇 Rename Nat constructor to NT
    • 📇 Rename run to unwrapNT
    • 📇 Rename nat to wrapNT
    • Backport the Semigroup instance for (:~>) by conditionally depending on the semigroups package
  • v0.3.1 Changes

    • âž• Adding run and nat.
  • v0.3 Changes

    • âž• 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
  • v0.2 Changes

    • Require GHC 7.6 or greater
    • 🔦 Exposed ~> type synonym
  • v0.1 Changes

    • 🎉 Initial commit