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