Module Path.Type

type t = [
| `Resolved of Resolved.Type.t
| `Identifier of Identifier.Path.Type.t * bool
| `Dot of Module.t * string
]