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