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