(VAR x) (RULES f(x) -> g(x) f(x) -> h(f(x)) h(f(x)) -> h(g(x)) g(x) -> h(g(x)) ) (COMMENT Example 3.1 of cite{Toy88})