Module Odoc_model__Lang.InstanceVariable

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