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