Next: Visibility of Predicates
Up: Module System
Previous: Modules and Source Files
  Index
A module can also be created explicitly by a running program with
create_module/1 and erased
with erase_module/1. The latter should be used with care, erasing
a module while a predicate defined in that module is being executed
can provoke unpredictable results.
1999-08-06