Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Chords
Documentation
Constructors
Chord | |
Fields
|
Constructors
Major | |
Minor | |
Diminished | |
MajorSeventh | |
MinorSeventh | |
DominantSeventh | |
Suspended | |
Augmented | |
Extended |
Instances
Enum ChordType Source # | |
Defined in Language.Chords Methods succ :: ChordType -> ChordType # pred :: ChordType -> ChordType # fromEnum :: ChordType -> Int # enumFrom :: ChordType -> [ChordType] # enumFromThen :: ChordType -> ChordType -> [ChordType] # enumFromTo :: ChordType -> ChordType -> [ChordType] # enumFromThenTo :: ChordType -> ChordType -> ChordType -> [ChordType] # | |
Show ChordType Source # | |
getChordNotes :: Chord -> [Note] Source #