Module Resolved.Extension
type t = [
| `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
]