Module modules

Source
Expand description

The module system.

Structs§

ExportedModule
A single OftLisp module, stripped of any info from the macro expansion phase.
Module
A single OftLisp module.
Modules
A store of loaded modules.
ReadModuleError
An error reading a module with read_module.

Enums§

LoadModuleError
Errors encountered when loading a module.
ReadModuleErrorKind
The kind of a ReadModuleError.

Functions§

read_module
Reads the Values from a file named by the import path.