PreviousUpNext

13.5.24  module_stuff

The compiler module_stuff package tracks information about modules being compiled. (In this context, a “module” is essentially what you get from compiling one sourcefile.)

The module_stuff package implements the Module_Stuff API.

The module_stuff package source code is in src/lib/compiler/front/typecheck-stuff/modules/module-stuff.pkg.

See also: module.

See also: module_map.

The above information is manually maintained and may contain errors.

Module_Stuff

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext