Module Uid.PathSource

Sourcetype t = Module.t list
Sourceval to_string : t -> string
Sourceval format : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval strip : t -> t -> t

strip pfx p removed pfx from the start of p. if p doesn't start with pfx, it is returned unchanged

Sourceval last_member : t -> Module.t option