base-compat-0.7.1: A compatibility layer for base

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Exception.Compat

Synopsis

Documentation

newtype ErrorCall :: *

This is thrown when the user calls error. The String is the argument given to error.

Constructors

ErrorCall String