multiset

The Data.MultiSet container type

Version on this page:0.3.3
LTS Haskell 22.18:0.3.4.3@rev:1
Stackage Nightly 2024-04-25:0.3.4.3@rev:1
Latest on Hackage:0.3.4.3@rev:1

See all snapshots multiset appears in

BSD-3-Clause licensed by Twan van Laarhoven
Maintained by [email protected]
This version can be pinned in stack with:multiset-0.3.3@sha256:fa104177450f0b54ad73c7dee3e571f93170e59337c49f617c41bcf04ae526e1,1152

Module documentation for 0.3.3

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2016-06-02(full list with versions):

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