All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.0.1.0 Changes
๐ Initial release
Multiple last-minute changes:
- Switched from
singletons
tosinglethongs
singletons
has unnecessary dependencies, and is unable to compile with the currentghcjs
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 anyIFunctor
s that are notITraversable
- TODO: determine if
- Switched from