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