@hackage multiset0.3.4.3
The Data.MultiSet container type
Categories
License
BSD-3-Clause
Maintainer
twanvl@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4 && <5
- containers >=0.5.4
- deepseq >=1.2 && <1.6 Show all…
Dependents (26)
@hackage/hieraclus, @hackage/nationstates, @hackage/SourceGraph, @hackage/term-rewriting, @hackage/borel, @hackage/toysolver, Show all…
A variation of Data.Set. Multisets, sometimes also called bags, can contain multiple copies of the same key.