hmt-0.14: Haskell Music Theory

Safe HaskellNone

Music.Theory.Z12

Synopsis

Documentation

newtype Z12 Source

Constructors

Z12 Int 

liftUZ12 :: (Int -> Int) -> Z12 -> Z12Source

liftBZ12 :: (Int -> Int -> Int) -> Z12 -> Z12 -> Z12Source

toZ12 :: Integral i => i -> Z12Source

complement :: [Z12] -> [Z12]Source

Z12 not in set.

 complement [0,2,4,5,7,9,11] == [1,3,6,8,10]