Module Odoc_model__Lang.Method
type t
=
{
id : Odoc_model.Paths.Identifier.Method.t;
doc : Odoc_model.Comment.docs;
private_ : bool;
virtual_ : bool;
type_ : TypeExpr.t;
}
Odoc_model__Lang.Method
type t
=
{
id : Odoc_model.Paths.Identifier.Method.t; |
doc : Odoc_model.Comment.docs; |
private_ : bool; |
virtual_ : bool; |
type_ : TypeExpr.t; |
}