haskore-0.0.5: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.Monad
Documentation
assert :: Bool -> String -> IO ()Source
andOnError :: IO a -> IO b -> IO bSource
butOnError :: IO a -> IO () -> IO aSource
oneOrMore :: MonadPlus m => m a -> m [a]Source
untilM :: Monad m => (a -> Bool) -> m a -> m aSource
Produced by Haddock version 2.3.0