(VAR y x) (RULES +(0,y) -> y +(s(0),y) -> s(y) +(s(s(x)),y) -> s(s(+(y,x))) ) (COMMENT from a collection of Aoto/Toyama, FSCD 2016)