Current section

Files

Jump to
glance include glance_Constant.hrl
Raw

include/glance_Constant.hrl

-record(constant, {
location :: glance:span(),
name :: binary(),
publicity :: glance:publicity(),
annotation :: gleam@option:option(glance:type()),
value :: glance:expression()
}).