type t = [
| `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
| `Resolved of
[ `Identifier of
[ `Value of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ValueName.t ]
Odoc_model__.Paths_types.id
| `Value of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ValueName.t ]
| `Root of string * [ `TUnknown | `TValue ]
| `Value of
Odoc_model__.Paths_types.Reference.signature * Odoc_model__.Names.ValueName.t
]