val raise_errorf : ?sub:Location.error list -> ?loc:Location.t -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
val parse_options : (string * Parsetree.expression) list -> unit
val attr_nobuiltin : Parsetree.attributes -> bool
val attr_equal : Parsetree.attributes -> Parsetree.expression option
val pattn : [< `lhs | `rhs ] -> 'a list -> Parsetree.pattern list
val pattl : [< `lhs | `rhs ] -> Parsetree.label_declaration list -> (string * Parsetree.pattern) list
val pconstrrec : string -> (string * Parsetree.pattern) list -> Parsetree.pattern
val core_type_of_decl : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.core_type
val sig_of_type : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.signature_item list
val exprn : Ppx_deriving.quoter -> Parsetree.core_type list -> Parsetree.expression list
val exprl : Ppx_deriving.quoter -> Parsetree.label_declaration list -> Parsetree.expression list
val expr_of_label_decl : Ppx_deriving.quoter -> Parsetree.label_declaration -> Parsetree.expression
val expr_of_typ : Ppx_deriving.quoter -> Parsetree.core_type -> Parsetree.expression
val str_of_type : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.value_binding list