qualify dif/2 call in reinforce_goal (#2135)
This commit is contained in:
@@ -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([], _).
|
||||
|
||||
Reference in New Issue
Block a user