 |
YAP 7.1.0
|
31:-
'$mk_dynamic'( prolog
:'$parent_module'(
_,
_)).
65'$imported_predicate'(
G,
_ImportingMod,
G, prolog)
:-
66 nonvar(
G),
'$is_system_predicate'(
G, prolog),
'$is_system_predicate'.
67'$imported_predicate'(
G,
ImportingMod,
G0,
ExportingMod)
:-
69 '$follow_import_chain'(
ImportingMod,
G,
ExportingMod,
G0).