Module Identifier.Exception

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