Advanced Module System Features
There are a number of features one can include
in a module system beyond simple imports and
exports:
- ParameterizedModules - also known as units
- ModuleInheritence - a special case of higher-order module
- ModuleIntrospection - including various forms of static analysis
- ModuleVersioning - provided by R6RS