(VAR x y z) (RULES ack(0,y) -> s(y) ack(s(x),0) -> ack(x,s(0)) ack(s(x),s(y)) -> ack(x,ack(s(x),y)) ) (COMMENT Example 2.51 in \cite{SK90})