language-slice-0.3.0.0: AST and parser for the ZeroC Slice language (Specification language for ICE)

Safe HaskellSafe-Inferred

Language.Slice.Syntax.Parser

Documentation

data SyntaxError Source

Constructors

SyntaxError 

Fields

ctxt :: String
 
pos :: SourcePos
 
msgs :: [Message]