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