Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Slab.Error
Description
Slab.Error
provides a data type to represent all the errors emitted by
Slab. It also provides helper functions to report errors in a human-readable
way.
Documentation
Represent all errors emitted by Slab. I.e. this is used in each stage
(Parse
, PreProcess
, Evaluate
, ExecuteError
).
Constructors
ParseError (ParseErrorBundle Text Void) | |
PreProcessError Text | |
EvaluateError Text | |
ExecuteError Text |