type t = [
| `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
| `Resolved of
[ `Identifier of
[ `LeafPage of
Odoc_model__.Paths_types.Identifier.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.PageName.t
| `Page of
Odoc_model__.Paths_types.Identifier.container_page_pv
Odoc_model__.Paths_types.id
option
* Odoc_model__.Names.PageName.t ]
Odoc_model__.Paths_types.id ]
| `Root of string * [ `TPage | `TUnknown ]
]