Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class Abstract rep a inst where Source #
Represents abstractions of certain music elements. e.g. Abstract AbstractChord Pitch Chord
instantiate :: a -> rep -> inst Source #
mode :: Int -> AbstractChord -> AbstractChord Source #