Module Identifier.InstanceVariableSource

Sourcetype t = [
  1. | `InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t
]
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval compare : t -> t -> int