Module Identifier.ExceptionSource

Sourcetype t = t_pv id
Sourcetype t_pv = [
  1. | `Exception of Signature.t * Names.ExceptionName.t
  2. | `CoreException of Names.ExceptionName.t
]