Module Lang.InstanceVariableSource

type t = {
  1. id : Paths.Identifier.InstanceVariable.t;
  2. doc : Comment.docs;
  3. mutable_ : bool;
  4. virtual_ : bool;
  5. type_ : TypeExpr.t;
}