jon.recoil.org

Module TypeExpr.Object

type method_ = {
  1. name : string;
  2. type_ : Odoc_xref2.Component.TypeExpr.t;
}
type t = {
  1. fields : Odoc_xref2.Component.TypeExpr.Object.field list;
  2. open_ : bool;
}