Module Lang.InstanceVariable

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