Module Path.Type

type t = [
| Type.t
| Class.t
| ClassType.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int