Module Graph.Builder

module type S = sig ... end
module type INT = sig ... end
module P : functor (G : Sig.P) -> sig ... end
module I : functor (G : Sig.I) -> sig ... end