Module Path.Type

type t = t_pv id
type t_pv = [
  1. | Type.t_pv
  2. | Class.t_pv
  3. | ClassType.t_pv
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int