haskore-0.0.5.1: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.LoopTreeTagged
Documentation
data T tag a Source
Constructors
Branch a [T tag a]
Tag tag (T tag a)
Loop tag
show/hide Instances
Functor (T tag)
(Eq tag, Eq a) => Eq (T tag a)
(Show tag, Show a) => Show (T tag a)
example0 :: T Int CharSource
mapE :: (a -> b) -> T tag a -> T tag bSource
unwind :: Ord tag => T tag a -> T tag aSource
Produced by Haddock version 2.3.0