abolish_module/1¶
be associated to a new file.
_Module_is the name of the module to declare
_MSuper_is the name of the context module. Use prolog
or system
if you do not need a context.
_File_is the canonical name of the file from which the module is loaded
Lineis the line-number of the :- module//22 directive.
If__Redefine__true
, allow associating the module to a new file
abolish_module( + Mod)* is det get rid of a module and of all predicates included in the module.