Packages

Binary and string parser combinator library for Gleam

Current section

Files

Jump to
bitty include bitty_BittyError.hrl
Raw

include/bitty_BittyError.hrl

-record(bitty_error, {
at :: bitty:location(),
expected :: list(binary()),
context :: list(binary()),
message :: gleam@option:option(binary())
}).