hsc3-0.21: Sound/Sc3/Ugen/Label.hs
-- | Label.
module Sound.Sc3.Ugen.Label where
newtype Label = Label {ugenLabel :: String} deriving (Ord, Eq, Read, Show)
-- | Label.
module Sound.Sc3.Ugen.Label where
newtype Label = Label {ugenLabel :: String} deriving (Ord, Eq, Read, Show)