hmt-0.15: Haskell Music Theory

Safe HaskellSafe-Inferred
LanguageHaskell98

Music.Theory.Set.Set

Description

Set operations on Sets.

Documentation

set :: Ord a => [a] -> Set a Source

powerset :: Ord a => Set a -> Set (Set a) Source

pairs :: Ord a => Set a -> Set (a, a) Source