Module Path.ModuleType

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