package volgo-base

  1. Overview
  2. Docs

Module Graph.DescendanceSource

Sourcetype t = Volgo.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
Sourceval hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
include module type of Volgo.Vcs.Graph.Descendance with type t := t
Sourceval all : t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval seeded_hash : int -> t -> int
Sourceval sexp_of_t : t -> Volgo_stdlib.Sexp.t
Sourceval to_dyn : t -> Volgo_stdlib.Dyn.t