Module Identifier.InstanceVariable

type t = t_pv id
type t_pv = [
  1. | `InstanceVariable of ClassSignature.t * Names.InstanceVariableName.t
]