multiset

The Data.MultiSet container type

Version on this page:0.3.2
LTS Haskell 22.14:0.3.4.3@rev:1
Stackage Nightly 2024-03-28: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.2@sha256:18b50342ee03a01ce4186576abf46877229d72f914e0bcb02385edb88e9a5e57,1152

Module documentation for 0.3.2

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

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