Expand description
ExecutableModule and related types.
Structs§
- Executable
Module - Executable module together with its imports.
- Indexed
Id - Indexed module ID containing a prefix part (e.g.,
snippet). - Wildcard
Id - Module identifier that has a single possible value, which is displayed as
*. - With
Environment - Container for an
ExecutableModuletogether with anEnvironment.
Traits§
- Compiler
Ext - Compiler extensions defined for some AST nodes, most notably,
Block. - Module
Id - Identifier of an
ExecutableModule. This is usually a “small” type, such as an integer or a string.