(VAR x y) (RULES f(0,0) -> f(0,1) f(1,0) -> f(0,0) f(x,y) -> f(y,x) ) (COMMENT from the collection of \cite{AT2012})