module() ule() acquire()
module()
ule()
acquire()
Make a Module
use()
Attach a Module to the Search Path
drop()
Detach a Module from the Search Path
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
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