jon.recoil.org

Module Reference.ExceptionSource

type t = [
  1. | `Resolved of Odoc_model.Paths.Reference.Resolved.Exception.t
  2. | `Root of string * [ `TException | `TUnknown ]
  3. | `Dot of Odoc_model.Paths.Reference.LabelParent.t * string
  4. | `Exception of Odoc_model.Paths.Reference.Signature.t * Odoc_model.Names.ExceptionName.t
]