Module Defaultgraphs.SyntacticDependencyGraph.PkgV

module PkgV: sig .. end

type t = 
| Pkg of Defaultgraphs.SyntacticDependencyGraph.pkg
| Set of Common.CudfAdd.Cudf_set.t
| Or of int
| Missing of Cudf_types.vpkglist
val compare : t ->
t -> int
val hash : t -> int
val equal : t ->
t -> bool