All Versions
4
Latest Version
Avg Release Cycle
2 days
Latest Release
-

Changelog History

  • v0.3.0.0 Changes

    • โšก๏ธ Update to GHC 8.8.2 and singletons-2.6.
  • v0.2.0.0 Changes

    July 16, 2019
    • Made NMap and NSum polymorphic over the kind of the key. (Perhaps 'Natural' keys would be useful as well.) This is a breaking API change, because the qualifier for the kind of the key must go before the qualifier for the typelevel lists, potentially breaking TypeApplication uses.
    • โž• Add Eq and Ord instances for NMap and NSum
    • โž• Add a testsuite
  • v0.1.0.1 Changes

    July 13, 2019

    Quickfix for an oversight in the uninsertSum function that broke splitSum.

  • v0.1.0.0 Changes

    July 12, 2019

    ๐ŸŽ‰ Initial release. Expect the public-facing API to change as the library is reworked.