Copyright | (c) 2019 Composewell Technologies |
---|---|
License | BSD3 |
Maintainer | streamly@composewell.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Additional Control.Monad utilities.
Synopsis
- discard :: MonadCatch m => m b -> m ()
Documentation
discard :: MonadCatch m => m b -> m () Source #
Discard any exceptions or value returned by an effectful action.
Internal