Module 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
val compare : 'a Stdlib.ref -> 'a Stdlib.ref -> intval hash : 'a Stdlib.ref -> intval equal : 'a Stdlib.ref -> 'a Stdlib.ref -> boolval default : s Stdlib.ref