multiset

The Data.MultiSet container type

Version on this page:0.3.4.1
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.4.1@sha256:36da19287f35781bcc4aa21386b06180215a6cb55c00bcc70046f38ddccb678d,1187

Module documentation for 0.3.4.1

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