music-suite / music-pitch

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

Make Quality a recursive type #53

Closed hanshoglund closed 8 years ago

hanshoglund commented 9 years ago
data Quality
  = Major
  | Minor
  | Perfect
  | Augment Quality
  | Diminish Quality
hanshoglund commented 8 years ago

Actually bad, this would lead to Augment Major /= Augment Perfect. Closing this.