multifile

This commit is contained in:
Vitor Santos Costa 2016-07-31 10:41:20 -05:00
parent f7a2c479e7
commit 2fef5ffcea

View File

@ -20,6 +20,8 @@
:- use_system_module( terms, [new_variables_in_term/3,
variables_within_term/3]).
:- multifile '$full_clause_optimisation'/4.
'$add_extra_safe'('$plus'(_,_,V)) --> !, [V].
'$add_extra_safe'('$minus'(_,_,V)) --> !, [V].