haskore-0.0.5.1: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.LoopTreeTaggedGen
Documentation
data T tag coll Source
Constructors
Branch (coll (T tag coll))
Tag tag (T tag coll)
Loop tag
show/hide Instances
(Eq tag, CollEq coll) => Eq (T tag coll)
(Show tag, CollShow coll) => Show (T tag coll)
class CollEq coll whereSource
Methods
collEqual :: Eq tag => coll (T tag coll) -> coll (T tag coll) -> BoolSource
show/hide Instances
CollEq SigTerm
class CollShow coll whereSource
Methods
collShowsPrec :: Show tag => Int -> coll (T tag coll) -> ShowSSource
show/hide Instances
CollShow SigTerm
unwind :: (Ord tag, Functor coll) => T tag coll -> T tag collSource
Produced by Haddock version 2.3.0