We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The easiest way to get started will probably be to build a clone of most of Data.Map using
Data.Map
newtype Map k v = Map (DMap (Const k) (Const v))
and then just copying large chunks of the Data.Map test suite out of containers.
containers
The same approach should also help get benchmarks started.