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