Sym.Internal.Util
Description
minima :: Ord a => [Set a] -> [Set a] Source #
The list of minimal sets with respect to inclusion.
maxima :: Ord a => [Set a] -> [Set a] Source #
The list of maximal sets with respect to inclusion.
kSubsets :: Ord a => Int -> Set a -> [Set a] Source #
A list of all k element subsets of the given set.
powerset :: Ord a => Set a -> [Set a] Source #
A list of all subsets of the given set.
nubSort :: Ord a => [a] -> [a] Source #
Sort and remove duplicates.