(VAR x y) (RULES f(x,y) -> x f(x,y) -> f(x,g(y)) g(x) -> h(x) F(g(x),x) -> F(x,g(x)) F(h(x),x) -> F(x,h(x)) ) (COMMENT Example 6 of \cite{AT97})