Module Reference.Extension
type t = [
| `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
| `Exception of
Odoc_model__.Paths_types.Reference.signature
* Odoc_model__.Names.ExceptionName.t
| `Extension of
Odoc_model__.Paths_types.Reference.signature
* Odoc_model__.Names.ExtensionName.t
| `Resolved of
[ `Exception of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ExceptionName.t
| `Extension of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.ExtensionName.t
| `Identifier of
[ `CoreException of Odoc_model__.Names.ExceptionName.t
| `Exception of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ExceptionName.t
| `Extension of
Odoc_model__.Paths_types.Identifier.signature_pv
Odoc_model__.Paths_types.id
* Odoc_model__.Names.ExtensionName.t ]
Odoc_model__.Paths_types.id ]
| `Root of string * [ `TException | `TExtension | `TUnknown ]
]