Module Ast_helper.Rf

module Rf: sig .. end

Row fields


let mk:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    Parsetree.row_field_desc
  ) =>
  Parsetree.row_field;
let tag:
  (
    ~loc: Ast_helper.loc=?,
    ~attrs: Ast_helper.attrs=?,
    Ast_helper.with_loc(Asttypes.label),
    bool,
    list(Parsetree.core_type)
  ) =>
  Parsetree.row_field;
let inherit_:
  (~loc: Ast_helper.loc=?, Parsetree.core_type) => Parsetree.row_field;