haskore-0.0.5.1: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.TagDictionary
Description
For use in Tree and Graph modules.
Documentation
type T tag tree = Map tag treeSource
insert :: Ord tag => tag -> tree -> Map tag tree -> Map tag treeSource
lookup :: Ord tag => Map tag tree -> tag -> treeSource
Produced by Haddock version 2.3.0