(VAR y x z) (RULES +(0,y) -> y +(s(x),y) -> s(+(x,y)) +(x,+(y,z)) -> +(+(z,y),x) s(s(x)) -> x ) (COMMENT experiments for [36] submitted by: Takahito Aoto )