| 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 :: forall (r :: RuntimeRep) (a :: TYPE r). [Char] -> a
Documentation
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