Current section

Files

Jump to
kielet include kielet@plurals@syntax_error_SyntaxError.hrl
Raw

include/kielet@plurals@syntax_error_SyntaxError.hrl

-record(syntax_error, {
line :: integer(),
column :: gleam@option:option(integer()),
reason :: binary()
}).