Current section

Files

Jump to
parser_gleam include parser_gleam@parse_result_ParseError.hrl
Raw

include/parser_gleam@parse_result_ParseError.hrl

-record(parse_error, {
input :: parser_gleam@stream:stream(any()),
expected :: list(binary()),
fatal :: boolean()
}).