Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Patterns
val mk :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern_desc ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val any :
?loc:loc ->
?attrs:attrs ->
unit ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val var :
?loc:loc ->
?attrs:attrs ->
str ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val alias :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
str ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val constant :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.constant ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val interval :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.constant ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.constant ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val tuple :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val construct :
?loc:loc ->
?attrs:attrs ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val variant :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.label ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern option ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val record :
?loc:loc ->
?attrs:attrs ->
(lid * Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern) list ->
Migrate_parsetree.OCaml_403.Ast.Asttypes.closed_flag ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val array :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern list ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val constraint_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.core_type ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val type_ :
?loc:loc ->
?attrs:attrs ->
lid ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val lazy_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val unpack :
?loc:loc ->
?attrs:attrs ->
str ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val exception_ :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern
val extension :
?loc:loc ->
?attrs:attrs ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.extension ->
Migrate_parsetree.OCaml_403.Ast.Parsetree.pattern