Copyright | (c) Hans Hoglund 2012-2015 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | non-portable (TF,GNTD) |
Safe Haskell | None |
Language | Haskell2010 |
Music.Parts.Instrument
Description
Documentation
data Instrument Source
An Instrument
represents the set of all instruments of a given type.
Constructors
StdInstrument Int | |
OtherInstrument String |
Instances
Enum Instrument | |
Eq Instrument | |
Ord Instrument | |
Show Instrument | |
Default Instrument | This instance is quite arbitrary but very handy. |