(VAR x y) (RULES +(0,y) -> y +(s(x),y) -> s(+(x,y)) inc(x) -> s(x) +(x,y) -> + (y,x) inc(+(x,y)) -> +(inc(x),y) ) (COMMENT full experiments for [35] submitted by: Takahito Aoto and Yoshihito Toyama )