Current section

Files

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

include/caffeine_lang@frontend@ast_BlueprintsBlock.hrl

-record(blueprints_block, {
artifacts :: list(caffeine_lang@frontend@ast:parsed_artifact_ref()),
items :: list(caffeine_lang@frontend@ast:blueprint_item()),
leading_comments :: list(caffeine_lang@frontend@ast:comment())
}).