Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

mem(X,[X|_]).
mem(X,[_|Tail]) :- mem(X,Tail).