(SIG (f o -> o) (a -> o) (b -> o) (c -> o) (d -> o) ) (RULES f(a) -> b f(a) -> f(c) a -> d f(d) -> b f(c) -> b d -> c )