Module Graph.Topological

module type G = sig ... end
module Make (G : G) : sig ... end
module Make_stable (G : sig ... end) : sig ... end