Current section
Files
Jump to
Current section
Files
include/glance_Module.hrl
-record(module, {
imports :: list(glance:import()),
custom_types :: list(glance:custom_type()),
type_aliases :: list(glance:type_alias()),
constants :: list(glance:constant()),
external_types :: list(glance:external_type()),
external_functions :: list(glance:external_function())
}).