:: String -> _

Raises an error with a printf-specific prefix on the message string.
Deprecated: error appends the call stack now
Raises a SizeOverflowException, with a message using the given function name.
Synonym for error. Used for instances where the program has decided to exit because of invalid user input, or the user pressed quit etc. This function allows error to be reserved for programmer errors.
Panics and asserts.
Panics and asserts.
Panics and asserts.
The error used in fixpointToFinal, runFixpoint and runFixpointM when the result of a failed computation is recursively used and somehow visible. You may use this for your own Fixpoint interpreters. The argument should be the name of the interpreter.
Alias for errorWithoutStackTrace (for base >= 4.9)
raise a fatal internal error; message may have multiple lines
stop execution and displays an error message
stop execution and displays an error message
Simpler alias for errorWithoutStackTrace
A version of errorWithoutStackTrace that adds a usage hint.