Module Resolved.Extension

type t = [
  1. | `Exception of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ExceptionName.t
  2. | `Extension of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ExtensionName.t
  3. | `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
]