Current section

Files

Jump to
glance include glance_Block.hrl
Raw

include/glance_Block.hrl

-record(block, {
location :: glance:span(),
statements :: list(glance:statement())
}).