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