This repository contains source code and documentation for the Haskell monoidmap
package, which defines the MonoidMap
data type, providing a total mapping from keys to monoidal values.
The following packages are included in this repository:
Package | Description |
---|---|
📦 monoidmap |
Provides the core MonoidMap data type and functions. |
📦 monoidmap-examples |
Provides worked examples of how to use MonoidMap . |
📦 monoidmap-aeson |
Provides support for JSON encoding with aeson . |
📦 monoidmap-quickcheck |
Provides support for property testing with QuickCheck . |
📦 monoidmap-internal |
Provides low-level internal functions. 🐉 |