streamly-core-0.1.0: Streaming, parsers, arrays and more
LicenseBSD3
Maintainerstreamly@composewell.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

Streamly.Internal.BaseCompat

Description

Compatibility functions for "base" package.

Documentation

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