Module Ast_helper.Cf

Class fields

let inherit_: ?loc:loc => ?attrs:attrs => Asttypes.override_flag => Parsetree.class_expr => option(str) => Parsetree.class_field;
let val_: ?loc:loc => ?attrs:attrs => str => Asttypes.mutable_flag => Parsetree.class_field_kind => Parsetree.class_field;
let method_: ?loc:loc => ?attrs:attrs => str => Asttypes.private_flag => Parsetree.class_field_kind => Parsetree.class_field;
let constraint_: ?loc:loc => ?attrs:attrs => Parsetree.core_type => Parsetree.core_type => Parsetree.class_field;
let initializer_: ?loc:loc => ?attrs:attrs => Parsetree.expression => Parsetree.class_field;
let extension: ?loc:loc => ?attrs:attrs => Parsetree.extension => Parsetree.class_field;
let attribute: ?loc:loc => Parsetree.attribute => Parsetree.class_field;
let concrete: Asttypes.override_flag => Parsetree.expression => Parsetree.class_field_kind;