=@= needs not be in lib.

This commit is contained in:
Vitor Santos Costa 2009-11-20 00:32:45 +00:00
parent 628d181923
commit a2927c4a72
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ lists:intersection([_|T], L, R) :-
lists:intersection(T, L, R).
:- op(700, xfx, '=@=').
prolog:(Term1 =@= Term2) :-
variant(Term1, Term2), !.