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