Module Uid.Path

type t = Module.t list
val to_string : t -> string
val format : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
val compare : t -> t -> int
val 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