Module Resolved.Constructor
type t = [
| `Constructor of
[ `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
| `Type of
Odoc_model__.Paths_types.Resolved_reference.signature
* Odoc_model__.Names.TypeName.t ]
* Odoc_model__.Names.ConstructorName.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
[ `Constructor 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
* Odoc_model__.Names.ConstructorName.t
| `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
]