Packages

A markup language to define ER schemas

Current section

Files

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

include/prequel@error@parse_error_IncompleteComposedKey.hrl

-record(incomplete_composed_key, {
hint :: gleam@option:option(binary()),
composed_key_span :: prequel@span:span(),
enclosing_entity :: prequel@span:span(),
wrong_key :: binary(),
wrong_key_span :: prequel@span:span()
}).