Module Graph.Descendance

type t = Vcs.Graph.Descendance.t =
  1. | Same_node
  2. | Strict_ancestor
  3. | Strict_descendant
  4. | Other
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
include module type of Vcs.Graph.Descendance with type t := t
val all : t list
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t