base-compat-0.8.2: A compatibility layer for base

Safe HaskellSafe-Inferred
LanguageHaskell98

System.Exit.Compat

Synopsis

Documentation

die :: String -> IO a Source

Write given error message to stderr and terminate with exitFailure.

@since 4.8.0.0