Current section

Files

Jump to
caffeine_lang include caffeine_lang@frontend@ast_BlueprintsFile.hrl
Raw

include/caffeine_lang@frontend@ast_BlueprintsFile.hrl

-record(blueprints_file, {
type_aliases :: list(caffeine_lang@frontend@ast:type_alias()),
extendables :: list(caffeine_lang@frontend@ast:extendable()),
blocks :: list(caffeine_lang@frontend@ast:blueprints_block()),
trailing_comments :: list(caffeine_lang@frontend@ast:comment())
}).