type t = [
| `Alias of
Odoc_model__.Paths_types.Resolved_path.module_
* Odoc_model__.Paths_types.Resolved_reference.module_
| `Hidden of Odoc_model__.Paths_types.Resolved_reference.module_
| `Identifier of
[ `Module of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ModuleName.t
| `Parameter of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ModuleName.t
| `Result of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
| `Root of
Odoc_model__.Paths_types.Identifier.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.ModuleName.t ]
Odoc_model__.Paths_types.id
| `Module of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ModuleName.t
]