Module Resolved.Signature
type t = [ | `Alias of
Odoc_model__.Paths_types.Resolved_path.module_
* Odoc_model__.Paths_types.Resolved_reference.module_| `AliasModuleType of
Odoc_model__.Paths_types.Resolved_path.module_type
* Odoc_model__.Paths_types.Resolved_reference.module_type| `Hidden of Odoc_model__.Paths_types.Resolved_reference.module_| `Identifier of
Odoc_model__.Paths_types.Identifier.signature_pv Odoc_model__.Paths_types.id| `Module of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ModuleName.t| `ModuleType of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ModuleTypeName.t
]