Next: , Previous: Variables, Up: Modules


31.10 More Module Procedures

The procedures in this section are useful if you want to dig into the innards of Guile's module system. If you don't know precisely what you do, you should probably avoid using any of them.

— Scheme Procedure: standard-eval-closure module
— C Function: scm_standard_eval_closure (module)

Return an eval closure for the module module.