Description
Provides a multimap data structure for Haskell. A multimap stores multiple values under the same key, which is useful when one category, name, or identifier can have several associated items.
It is useful for indexes, grouping, graph data, metadata, and parsers. It is a programming library and not a database application.