Current section
Files
Jump to
Current section
Files
include/parser_gleam@parse_result_ParseSuccess.hrl
-record(parse_success, {
value :: any(),
next :: parser_gleam@stream:stream(any()),
start :: parser_gleam@stream:stream(any())
}).