Packages

A markup language to define ER schemas

Current section

Files

Jump to
prequel include prequel@error@parse_error_UnexpectedEndOfFile.hrl
Raw

include/prequel@error@parse_error_UnexpectedEndOfFile.hrl

-record(unexpected_end_of_file, {
hint :: gleam@option:option(binary()),
enclosing_definition :: gleam@option:option(prequel@span:span()),
context_span :: prequel@span:span(),
context :: binary()
}).