Resolved.Module
type t = [
|
`Identifier of Identifier.Path.Module.t
`Hidden of t
`Alias of Path.Resolved.Module.t * t
`Module of Signature.t * Names.ModuleName.t
]