Identifier.Exception
type t = t_pv id
type t_pv = [
| `Exception of Signature.t * Names.ExceptionName.t
| `CoreException of Names.ExceptionName.t
]