MIT licensed by Matthieu Monsch
Maintained by [email protected]
This version can be pinned in stack with:more-containers-0.2.1.2@sha256:8fd80edaa15f3bbf8ba24d53d32caaad788c3c4ceb5bb258a1faf6a52a346cad,1432

More containers Stackage LTS Stackage Nightly Hackage Build Status

  • Multimap

    […] a multimap (sometimes also multihash or multidict) is a generalization of a map or associative array abstract data type in which more than one value may be associated with and returned for a given key. – Wikipedia

  • Multiset

    […] a multiset (aka bag or mset) is a modification of the concept of a set that, unlike a set, allows for multiple instances for each of its elements. – Wikipedia