Current section
Files
Jump to
Current section
Files
include/parser_gleam@parse_result_ParseError.hrl
-record(parse_error, {
input :: parser_gleam@stream:stream(any()),
expected :: list(binary()),
fatal :: boolean()
}).