cafeteria-prelude-0.1.0.0: Prelude subsets—take only what you want!
Prelude.Error.Misc
Synopsis
error :: [Char] -> a
error stops execution and displays an error message.
error
undefined :: a
A special case of error. It is expected that compilers will recognize this and insert error messages which are more appropriate to the context in which undefined appears.
undefined