Module TypeExpr.Object
type method_
=
{
name : string;
type_ : TypeExpr.t;
}
type field
=
|
Method of method_
|
Inherit of TypeExpr.t
type t
=
{
fields : field list;
open_ : bool;
}
TypeExpr.Object
type method_
=
{
name : string; |
type_ : TypeExpr.t; |
}
type field
=
| Method of method_ |
| Inherit of TypeExpr.t |
type t
=
{
fields : field list; |
open_ : bool; |
}