diff --git a/src/lib/dif.pl b/src/lib/dif.pl index fedb320c..8efb4271 100644 --- a/src/lib/dif.pl +++ b/src/lib/dif.pl @@ -46,7 +46,7 @@ reinforce_goal(Goal0, Goal) :- term_variables(Goal0, Vars), dif:vars_remove_goal(Vars, Goal0), Goal0 = (L \== R), - dif(L, R) + dif:dif(L, R) ). append_goals([], _).