Ast_helper.Pat
val mk :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern_desc ->
Parser_standard.Parsetree.pattern
val any : ?loc:loc -> ?attrs:attrs -> unit -> Parser_standard.Parsetree.pattern
val var : ?loc:loc -> ?attrs:attrs -> str -> Parser_standard.Parsetree.pattern
val alias :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern ->
str ->
Parser_standard.Parsetree.pattern
val constant :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.constant ->
Parser_standard.Parsetree.pattern
val interval :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.constant ->
Parser_standard.Parsetree.constant ->
Parser_standard.Parsetree.pattern
val tuple :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern list ->
Parser_standard.Parsetree.pattern
val construct :
?loc:loc ->
?attrs:attrs ->
lid ->
(str list * Parser_standard.Parsetree.pattern) option ->
Parser_standard.Parsetree.pattern
val variant :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Asttypes.label ->
Parser_standard.Parsetree.pattern option ->
Parser_standard.Parsetree.pattern
val record :
?loc:loc ->
?attrs:attrs ->
(lid * Parser_standard.Parsetree.pattern) list ->
Parser_standard.Asttypes.closed_flag ->
Parser_standard.Parsetree.pattern
val array :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern list ->
Parser_standard.Parsetree.pattern
val or_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.pattern
val constraint_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.core_type ->
Parser_standard.Parsetree.pattern
val type_ :
?loc:loc ->
?attrs:attrs ->
lid ->
Parser_standard.Parsetree.pattern
val lazy_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.pattern
val unpack :
?loc:loc ->
?attrs:attrs ->
str_opt ->
Parser_standard.Parsetree.pattern
val open_ :
?loc:loc ->
?attrs:attrs ->
lid ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.pattern
val exception_ :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.pattern ->
Parser_standard.Parsetree.pattern
val extension :
?loc:loc ->
?attrs:attrs ->
Parser_standard.Parsetree.extension ->
Parser_standard.Parsetree.pattern