hmt-0.14: Haskell Music Theory

Safe HaskellSafe-Inferred

Music.Theory.Set.Set

Description

Set operations on Sets.

Documentation

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

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

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