Module Identifier.ClassType

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