Paths.Path
Normal OCaml paths (i.e. the ones present in types)
module Resolved : sig ... end
module Module : sig ... end
module ModuleType : sig ... end
module Type : sig ... end
module ClassType : sig ... end
type t = [
| `Resolved of Resolved.t |
| `Identifier of Identifier.Path.t * bool |
| `Root of string |
| `Forward of string |
| `Dot of Module.t * string |
| `Apply of Module.t * Module.t |
]