This predicate imports all predicates that have been exported by one or more other modules. A public predicate that has been exported by one module can be called by source code in another module if it has been declared as imported (in that other module).
For more information see the module system.
see also: check_singleton/1 discontiguous/1 dynamic/1 dynamic/2 ensure_loaded/1 import/1 import/2 import_module/2 include/1 initialization/1 multifile/1 private/0 private/1 public/0
| Examples | |
| import_module( [session] ). | all exported predicates of the module 'session' have been imported. |