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