Module Path.Type

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