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