Paths.Path
SourceNormal OCaml paths (i.e. the ones present in types)
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
]