Module Names.ModPath

type t =
| MPfile of DirPath.t
| MPbound of MBId.t
| MPdot of t * Label.t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val is_bound : t -> bool
val initial : t

Name of the toplevel structure (= MPfile initial_dir)

val dp : t -> DirPath.t
val to_string : t -> string

Encode as a string (not to be used for user-facing messages).

val debug_to_string : t -> string

Same as to_string, but outputs extra information related to debug.