multifile
This commit is contained in:
parent
f7a2c479e7
commit
2fef5ffcea
@ -20,6 +20,8 @@
|
|||||||
:- use_system_module( terms, [new_variables_in_term/3,
|
:- use_system_module( terms, [new_variables_in_term/3,
|
||||||
variables_within_term/3]).
|
variables_within_term/3]).
|
||||||
|
|
||||||
|
:- multifile '$full_clause_optimisation'/4.
|
||||||
|
|
||||||
|
|
||||||
'$add_extra_safe'('$plus'(_,_,V)) --> !, [V].
|
'$add_extra_safe'('$plus'(_,_,V)) --> !, [V].
|
||||||
'$add_extra_safe'('$minus'(_,_,V)) --> !, [V].
|
'$add_extra_safe'('$minus'(_,_,V)) --> !, [V].
|
||||||
|
Reference in New Issue
Block a user