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