multiset

The Data.MultiSet container type

Version on this page:0.3.4
LTS Haskell 20.23:0.3.4.3
Stackage Nightly 2023-06-03:0.3.4.3
Latest on Hackage:0.3.4.3

See all snapshots multiset appears in

BSD-3-Clause licensed by Twan van Laarhoven
Maintained by twanvl@gmail.com
This version can be pinned in stack with:multiset-0.3.4@sha256:9dfead01f954a32c1cee6c8dca5f0b3686b6ad5d1c7b7a24e9052e7cd41c8e2c,1185

Module documentation for 0.3.4

A variation of Data.Set. Multisets, sometimes also called bags, can contain multiple copies of the same key.