Current section

Files

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

include/caffeine_lang@frontend@ast_LiteralStruct.hrl

-record(literal_struct, {
fields :: list(caffeine_lang@frontend@ast:field()),
trailing_comments :: list(caffeine_lang@frontend@ast:comment())
}).