Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Class fields
val mk :
?loc:loc ->
?attrs:attrs ->
?docs:Docstrings.docs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field_desc ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val inherit_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.override_flag ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_expr ->
string option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val method_ :
?loc:loc ->
?attrs:attrs ->
str ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.private_flag ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field_kind ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val constraint_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.core_type ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.core_type ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val initializer_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val extension :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.extension ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val attribute :
?loc:loc ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.attribute ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field
val text :
Docstrings.text ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_field list