Ast_helper.Cfval mk :
?loc:loc ->
?attrs:attrs ->
?docs:Parser_standard.Docstrings.docs ->
Parser_standard.Parsetree.class_field_desc ->
Parser_standard.Parsetree.class_fieldval inherit_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Asttypes.override_flag ->
Parser_standard.Parsetree.class_expr ->
str option ->
Parser_standard.Parsetree.class_fieldval val_ :
?loc:loc ->
?attrs:attrs ->
str ->
Parser_standard.Asttypes.mutable_flag ->
Parser_standard.Parsetree.class_field_kind ->
Parser_standard.Parsetree.class_fieldval method_ :
?loc:loc ->
?attrs:attrs ->
str ->
Parser_standard.Asttypes.private_flag ->
Parser_standard.Parsetree.class_field_kind ->
Parser_standard.Parsetree.class_fieldval constraint_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.core_type ->
Parser_standard.Parsetree.core_type ->
Parser_standard.Parsetree.class_fieldval initializer_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.expression ->
Parser_standard.Parsetree.class_fieldval extension :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.extension ->
Parser_standard.Parsetree.class_fieldval attribute :
?loc:loc ->
Parser_standard.Parsetree.attribute ->
Parser_standard.Parsetree.class_fieldval text :
Parser_standard.Docstrings.text ->
Parser_standard.Parsetree.class_field list