Module Reference.Exception

type t = [
  1. | `Dot of Odoc_model__.Paths_types.Reference.label_parent * string
  2. | `Exception of Odoc_model__.Paths_types.Reference.signature * Odoc_model__.Names.ExceptionName.t
  3. | `Resolved of [ `Exception of Odoc_model__.Paths_types.Resolved_reference.signature * Odoc_model__.Names.ExceptionName.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 ] Odoc_model__.Paths_types.id ]
  4. | `Root of string * [ `TException | `TUnknown ]
]