(VAR y x) (RULES +(0,y) -> y +(s(0),y) -> s(y) s(s(x)) -> x ) (COMMENT Example 11 of Aoto/Toyama, FSCD 2016)