Module Short_paths_graph.OriginSource

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