Popularity
3.9
Declining
Activity
0.0
Stable
3
4
1

Monthly Downloads: 62
Programming language: Haskell
License: MIT License
Tags: Data Structures    
Latest version: v0.2.2.0

more-containers alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view more-containers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of more-containers or a related project?

Add another 'Data Structures' Package

README

More containers Stackage LTS Stackage Nightly Hackage Build Status

[...] 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

[...] 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