Next: , Previous: , Up: ref-lod-dcl   [Contents][Index]


4.3.4.7 Module Declarations

One of the following declarations:

:- module(+ModuleName, +ExportList).

:- module(+ModuleName, +ExportList, +Options).

where ExportList is a list of predicate specifications, declares that the forthcoming predicates should go into the module named ModuleName and that the predicates listed should be exported. See ref-mod for details. See mpg-ref-meta_predicate.


Send feedback on this subject.