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