streamly-core-0.2.2: Streaming, parsers, arrays, serialization and more
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