Identifier.InstanceVariable
type t = t_pv id
type t_pv = [
|
`InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int