combinat-0.2.7.0: Generation of various combinatorial objects.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Combinat.Partitions.Multiset

Description

Partitions of a multiset

Synopsis

Documentation

partitionMultiset :: (Eq a, Ord a) => [a] -> [[[a]]] Source

Partitions of a multiset. Internally, this uses the vector partition algorithm