Module Short_paths_graph.Origin

type t =
  1. | Dependency of Dependency.t
  2. | Dependencies of Dependency.t list
  3. | Environment of Age.t
val equal : t -> t -> bool
val hash : t -> int