Module State_dependency_graph.Vertices_datatype


module Vertices_datatype: Datatype.S  with type t = Vertices.t

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.