Current section

Files

Jump to
ramble include ramble_old_ParseResult.hrl
Raw

include/ramble_old_ParseResult.hrl

-record(parse_result, {
value :: {ok, any()} | {error, ramble_old:parse_error(any())},
rest :: list(any()),
new_pos :: ramble_old:position(),
errors :: list(ramble_old:parse_error(any()))
}).