jon.recoil.org

Module TypeExpr.Object

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