(SIG (b -> o) (a -> o) (f o -> o) (h o o -> o) (c -> o) ) (RULES b -> a f(h(b,f(a))) -> f(c) c -> h(c,c) h(f(f(b)),a) -> c h(a,a) -> a )