SyntacticDependencyGraph.PkgE
type s =
| OrDepends of Cudf_types.vpkglist
| DirDepends of Cudf_types.vpkglist
| MissingDepends of Cudf_types.vpkglist
| Conflict of Cudf_types.vpkg
| Condensed
type t = s Stdlib.ref
val compare : 'a Stdlib.ref -> 'a Stdlib.ref -> int
val hash : 'a Stdlib.ref -> int
val equal : 'a Stdlib.ref -> 'a Stdlib.ref -> bool
val default : s Stdlib.ref