Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Expressions
val mk :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression_desc ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val ident :
?loc:loc ->
?attrs:attrs ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val constant :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.constant ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val fun_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.arg_label ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val function_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.case list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val match_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.case list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val try_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.case list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val tuple :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val construct :
?loc:loc ->
?attrs:attrs ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val variant :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.label ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val record :
?loc:loc ->
?attrs:attrs ->
(lid * Migrate_parsetree.OCaml_403.Ast.Parsetree.expression) list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val field :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val setfield :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val array :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val ifthenelse :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val sequence :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val while_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val for_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.direction_flag ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val constraint_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.core_type ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val send :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
string ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val new_ :
?loc:loc ->
?attrs:attrs ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val setinstvar :
?loc:loc ->
?attrs:attrs ->
str ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val override :
?loc:loc ->
?attrs:attrs ->
(str * Migrate_parsetree.OCaml_403.Ast.Parsetree.expression) list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val letmodule :
?loc:loc ->
?attrs:attrs ->
str ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.module_expr ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val assert_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val lazy_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val poly :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.core_type option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val object_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.class_structure ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val newtype :
?loc:loc ->
?attrs:attrs ->
string ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val pack :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.module_expr ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val open_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.override_flag ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val extension :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.extension ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression
val unreachable :
?loc:loc ->
?attrs:attrs ->
unit ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.expression