Module Identifier.Exception

type t = t_pv id
type t_pv = [
  1. | `Exception of Signature.t * Names.ExceptionName.t
  2. | `CoreException of Names.ExceptionName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int