type t = [
| `Dot of
[ `Dot of Odoc_model__.Paths_types.Path.module_ * string
| `Identifier of
[ `CoreType of Odoc_model__.Names.TypeName.t
| `Type of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.TypeName.t ]
Odoc_model__.Paths_types.id
* bool
| `Resolved of Odoc_model__.Paths_types.Resolved_path.datatype ]
* string
| `Resolved of
[ `Constructor of
Odoc_model__.Paths_types.Resolved_path.datatype
* Odoc_model__.Names.ConstructorName.t ]
]