hmt-0.20: Haskell Music Theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 #