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