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