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|Condensedtype t= s Stdlib.ref
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