named-sop v0.2.0.0 Release Notes

Release Date: 2019-07-16 // almost 5 years ago
    • 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