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