Module Identifier.Constructor

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