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