Module Short_paths_graph.Origin
type t = | Dependency of Ocaml_typing.Short_paths_graph.Dependency.t| Dependencies of Ocaml_typing.Short_paths_graph.Dependency.t list| Environment of Ocaml_typing.Short_paths_graph.Age.t
val equal :
Ocaml_typing.Short_paths_graph.Origin.t ->
Ocaml_typing.Short_paths_graph.Origin.t ->
boolval hash : Ocaml_typing.Short_paths_graph.Origin.t -> int