Module Identifier.Constructor

type t = [
| `Constructor of Type.t * Names.ConstructorName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int