Module Reference.ExtensionSource

Sourcetype t = [
  1. | `Resolved of Resolved.Extension.t
  2. | `Root of string * [ `TExtension | `TException | `TUnknown ]
  3. | `Dot of LabelParent.t * string
  4. | `Extension of Signature.t * Names.ExtensionName.t
  5. | `Exception of Signature.t * Names.ExceptionName.t
]