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