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