Module Identifier.Extension

type t = [
| `Extension of Signature.t * Names.ExtensionName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int