Module Short_paths_graph.PathSource

Sourcetype t = Path.t =
  1. | Pident of Ident.t
  2. | Pdot of t * string
  3. | Papply of t * t
  4. | Pextra_ty of t * Path.extra_ty
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int