Module Graph.Builder

module type S = sig ... end
module type INT = sig ... end
module P (G : sig ... end) : sig ... end
module I (G : sig ... end) : sig ... end