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