Safe Haskell | Safe-Inferred |
---|
Types for Derive.Inst, split apart to reduce dependencies.
Documentation
This is an instrument name qualified by synth name. It should uniquely
address a single instrument. It's different from
a Instrument
, which addresses a particular instantiation
of an instrument in a particular score.
type SynthName = Text Source #
Short but unabbreviated lowercase name with no spaces. It should
follow valid_symbol
.
A name uniquely addresses this instrument within a synth. It should also
follow valid_symbol
.
parse_qualified :: Text -> Qualified Source #
show_qualified :: Qualified -> Text Source #