glelm/elm/parser
Types
pub type Error(ctx) {
NoMatchingTokenError(row: Int, col: Int, lexeme: String)
ParserError(List(nibble.DeadEnd(lexer.Token, ctx)))
}
Constructors
-
NoMatchingTokenError(row: Int, col: Int, lexeme: String)
-
ParserError(List(nibble.DeadEnd(lexer.Token, ctx)))
Functions
pub fn record_type_annotation() -> Parser(
TypeAnnotation,
Token,
a,
)