odoc.model
Lang.InstanceVariable
odoc
odoc.compat
odoc.html
odoc.loader
odoc.odoc
odoc.parser
odoc.xref
type t = {
id : Paths.Identifier.InstanceVariable.t;
doc : Comment.docs;
mutable_ : bool;
virtual_ : bool;
type_ : TypeExpr.t;
}