Parameter Make_from_dot_model.1-Tree

type t
module V : sig ... end with type label = Graph.DGraphModel.DotG.V.t
module E : Graph.Sig.EDGE with type vertex = V.t and type label = unit
val create : ?⁠size:int -> unit -> t
val add_vertex : t -> V.t -> unit
val add_edge_e : t -> E.t -> unit