=@= needs not be in lib.
This commit is contained in:
parent
628d181923
commit
a2927c4a72
@ -335,8 +335,6 @@ lists:intersection([_|T], L, R) :-
|
||||
lists:intersection(T, L, R).
|
||||
|
||||
|
||||
:- op(700, xfx, '=@=').
|
||||
|
||||
prolog:(Term1 =@= Term2) :-
|
||||
variant(Term1, Term2), !.
|
||||
|
||||
|
Reference in New Issue
Block a user