haskore-0.0.5: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.Map
Documentation
lookup :: (Monad m, Ord k) => Map k a -> k -> m aSource
findWithDefault :: Ord k => Map k a -> a -> k -> aSource
lookupIndex :: (Monad m, Ord k) => Map k a -> k -> m IntSource
findIndex :: Ord k => Map k a -> k -> IntSource
Produced by Haddock version 2.3.0