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