Module PpxHelpers.Pat

val access2 : loc:Astlib.Location.t -> string -> string -> Parsetree.pattern
val constr : loc:Astlib.Location.t -> string -> Parsetree.pattern list -> Parsetree.pattern
val variant : loc:Astlib.Location.t -> string -> Parsetree.pattern list -> Parsetree.pattern
val var : loc:Astlib.Location.t -> string -> Parsetree.pattern
val of_string : loc:Astlib.Location.t -> string -> Parsetree.pattern
val sprintf : loc:Astlib.Location.t -> ('a, unit, string, Parsetree.pattern) format4 -> 'a
val alias : loc:Astlib.Location.t -> Parsetree.pattern -> string -> Parsetree.pattern
val constr_record : loc:Astlib.Location.t -> string -> (string * Parsetree.pattern) list -> Parsetree.pattern