Module Ast_helper.Ctf

Class type fields

let inherit_: ?loc:loc => ?attrs:attrs => Parsetree.class_type => Parsetree.class_type_field;
let val_: ?loc:loc => ?attrs:attrs => str => Asttypes.mutable_flag => Asttypes.virtual_flag => Parsetree.core_type => Parsetree.class_type_field;
let method_: ?loc:loc => ?attrs:attrs => str => Asttypes.private_flag => Asttypes.virtual_flag => Parsetree.core_type => Parsetree.class_type_field;
let extension: ?loc:loc => ?attrs:attrs => Parsetree.extension => Parsetree.class_type_field;