package dose3

  1. Overview
  2. Docs
type s =
  1. | OrDepends of Cudf_types.vpkglist
  2. | DirDepends of Cudf_types.vpkglist
  3. | MissingDepends of Cudf_types.vpkglist
  4. | Conflict of Cudf_types.vpkg
  5. | Condensed
type t = s Stdlib.ref
val compare : 'a Stdlib.ref -> 'b Stdlib.ref -> int
val hash : 'a Stdlib.ref -> int
val equal : 'a Stdlib.ref -> 'a Stdlib.ref -> bool
val default : s Stdlib.ref