Ast_helper.PatPatterns
Patterns
val mk :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern_desc ->
Migrate_parsetree.Ast_410.Parsetree.patternval any :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
unit ->
Migrate_parsetree.Ast_410.Parsetree.patternval var :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
string Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.patternval alias :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
string Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.patternval constant :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.constant ->
Migrate_parsetree.Ast_410.Parsetree.patternval interval :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.constant ->
Migrate_parsetree.Ast_410.Parsetree.constant ->
Migrate_parsetree.Ast_410.Parsetree.patternval tuple :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern list ->
Migrate_parsetree.Ast_410.Parsetree.patternval construct :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Ocaml_common.Longident.t Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.pattern option ->
Migrate_parsetree.Ast_410.Parsetree.patternval variant :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Asttypes.label ->
Migrate_parsetree.Ast_410.Parsetree.pattern option ->
Migrate_parsetree.Ast_410.Parsetree.patternval record :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
(Ocaml_common.Longident.t Ocaml_common.Location.loc
* Migrate_parsetree.Ast_410.Parsetree.pattern)
list ->
Migrate_parsetree.Ast_410.Asttypes.closed_flag ->
Migrate_parsetree.Ast_410.Parsetree.patternval array :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern list ->
Migrate_parsetree.Ast_410.Parsetree.patternval or_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.patternval constraint_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.core_type ->
Migrate_parsetree.Ast_410.Parsetree.patternval type_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Ocaml_common.Longident.t Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.patternval lazy_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.patternval unpack :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
string option Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.patternval open_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Ocaml_common.Longident.t Ocaml_common.Location.loc ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.patternval exception_ :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.pattern ->
Migrate_parsetree.Ast_410.Parsetree.patternval extension :
?loc:Ocaml_common.Location.t ->
?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list ->
Migrate_parsetree.Ast_410.Parsetree.extension ->
Migrate_parsetree.Ast_410.Parsetree.pattern