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