@hackage multiset0.3.4
The Data.MultiSet container type
Categories
License
BSD-3-Clause
Maintainer
twanvl@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.7 && <5
- containers >=0.5 && <0.6
- deepseq >=1.2 && <1.5 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.