Streamly.Internal.Control.Monad
Additional Control.Monad utilities.
Documentation
discard :: MonadCatch m => m b -> m () Source #
Discard any exceptions or value returned by an effectful action.
Pre-release
Additional Control.Monad utilities.
discard :: MonadCatch m => m b -> m () Source #
Discard any exceptions or value returned by an effectful action.
Pre-release