| License | BSD3 |
|---|---|
| Maintainer | streamly@composewell.com |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Streamly.Internal.BaseCompat
Description
Compatibility functions for "base" package.
Synopsis
- (#.) :: Coercible b c => (b -> c) -> (a -> b) -> a -> c
- errorWithoutStackTrace :: [Char] -> a