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