streamly-0.8.3: Dataflow programming and declarative concurrency
Copyright(c) 2019 Composewell Technologies
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Streamly.Internal.Control.Monad

Description

Additional Control.Monad utilities.

Synopsis

Documentation

discard :: MonadCatch m => m b -> m () Source #

Discard any exceptions or value returned by an effectful action.

Pre-release