Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Error type. Every error has a kind and a message.
Instances
ParseError | Error while syntactic analysis |
ScanError | Error while lexical analysis |
RuntimeError | Error during execution of the expression |
ImplementationError | Error in the implementation. This is the only error that should ideally not happen. |