Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Sound.Sc3.Common.Monad
Description
Common Monad
variations.
Documentation
mvoid :: Monad m => m a -> m () Source #
This is the same function as Control.Monad.void, which however hugs does not know of.