Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Slab.Error
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 |