streamly-0.8.1.1: Dataflow programming and declarative concurrency
Copyright(c) 2019 Composewell Technologies
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
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