Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 573 Bytes

ChangeLog.md

File metadata and controls

17 lines (12 loc) · 573 Bytes

Changelog for recursion-schemes-ix

0.0.1.0

Initial release

Multiple last-minute changes:

  • Switched from singletons to singlethongs
    • singletons has unnecessary dependencies, and is unable to compile with the current ghcjs version.
  • Removed QuantifiedConstraints extension usage throughout
    • Allowed the removal of UndecidableInstances in most files
  • Added the ITraversable class and monadic recursion-schemes
    • TODO: determine if IFunctor should just be removed, ie. determine if there are any IFunctors that are not ITraversable