streamly-0.7.3: Beautiful Streaming, Concurrent and Reactive Composition
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Streamly.Internal.BaseCompat

Description

Compatibility functions for "base" package.

Synopsis

Documentation

(#.) :: Coercible b c => (b -> c) -> (a -> b) -> a -> c Source #

errorWithoutStackTrace :: forall (r :: RuntimeRep) (a :: TYPE r). [Char] -> a #

A variant of error that does not produce a stack trace.

Since: base-4.9.0.0