Make a Module

module() ule() acquire()

Make a Module

Attach/Detach a Module to the Search Path

use()

Attach a Module to the Search Path

drop()

Detach a Module from the Search Path

Make Declarations inside a Module

Available inside a module context only

provide()

Provide Objects from a Module

refer()

Copy Bindings from a Module to Another

require()

Load/Attach Package to Local Search Path

name()

Name a Module

Utilities

as_module()

Use a Package as if a Module

is_module()

Test if an Object is a Module

private()

Extract the Private Environment of a Module