hmt-0.16: Haskell Music Theory

Safe HaskellSafe
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 #