export-all

[syntax] export-all

Gauche: make all bindings in the current module available for other modules to import.

Some implementations call this export-all-symbols.

See also export, import, define-module, Gauche:ModuleSystem.