Current section
Files
Jump to
Current section
Files
include/gleamgen@module_Module.hrl
-record(module, {
definitions :: list(gleamgen@module:module_definition()),
imports :: list(gleamgen@import_:imported_module()),
external_module :: gleam@option:option(gleamgen@module:external_module()),
module_documentation_comments :: list(binary())
}).