[Haskell] ANNOUNCE: multiset 0.1
Twan van Laarhoven
twanvl at gmail.com
Wed Feb 6 20:43:45 EST 2008
Hello,
I have just uploaded version 0.1 of the multiset library to hackage. This
package provides Data.MultiSet and Data.IntMultiSet modules. A multiset or bag
is like a set, but it can contain multiple copies of the same element.
The library is already pretty much finished, maybe I should have called it 1.0.
It implements the same interface as Data.Set, with some additional functions
specific to multisets.
Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/multiset-0.1
Haddock: http://twan.home.fmf.nl/multiset/doc/
Darcs: http://twan.home.fmf.nl/repos/multiset/
Twan
More information about the Haskell
mailing list