Module Short_paths_graph.Path

type 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
val equal : t -> t -> bool
val compare : t -> t -> int