https://github.com/mtth/more-containers
A few more container types
https://github.com/mtth/more-containers
Last synced: 11 months ago
JSON representation
A few more container types
- Host: GitHub
- URL: https://github.com/mtth/more-containers
- Owner: mtth
- License: mit
- Created: 2017-12-25T23:44:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T04:48:56.000Z (over 4 years ago)
- Last Synced: 2025-06-14T09:43:32.089Z (about 1 year ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/more-containers
- Size: 46.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# More containers [](https://stackage.org/lts/package/more-containers) [](https://stackage.org/nightly/package/more-containers) [](https://hackage.haskell.org/package/more-containers) [](https://travis-ci.org/mtth/more-containers)
+ [`Multimap`](https://hackage.haskell.org/package/more-containers/docs/Data-Multimap.html)
> [...] 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](https://en.wikipedia.org/wiki/Multimap)
+ [`Multiset`](https://hackage.haskell.org/package/more-containers/docs/Data-Multiset.html)
> [...] 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](https://en.wikipedia.org/wiki/Multiset)