Module Ast_helper.Of

module Of: sig .. end

Object fields


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    Parsetree.object_field_desc
  ) =>
  Parsetree.object_field;
let tag:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    Ast_helper.with_loc(Asttypes.label),
    Parsetree.core_type
  ) =>
  Parsetree.object_field;
let inherit_:
  (~loc: Ast_helper.loc=?, Parsetree.core_type) => Parsetree.object_field;