Module PathSource

Sourcetype t =
  1. | Pident of Ident.t
  2. | Pdot of t * string * int
  3. | Papply of t * t
Sourceval same : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval name : ?paren:(string -> bool) -> t -> string
Sourceval binding_time : t -> int
Sourceval isfree : Ident.t -> t -> bool
Sourceval head : t -> Ident.t