Module Resolved.Exception

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