Current section

Files

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

include/caffeine_lang@frontend@ast_BlueprintItem.hrl

-record(blueprint_item, {
name :: binary(),
extends :: list(binary()),
requires :: caffeine_lang@frontend@ast:struct(),
provides :: caffeine_lang@frontend@ast:struct(),
leading_comments :: list(caffeine_lang@frontend@ast:comment())
}).