Module Identifier.Type

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