val raise_errorf : ?sub:Location.error list -> ?loc:Location.t -> ('a, unit, string, 'b) Stdlib.format4 -> 'aval expand_path : options -> path:string list -> string -> stringval parse_options : (string * Parsetree.expression) list -> optionsval attr_nobuiltin : Parsetree.attributes -> boolval attr_printer : Parsetree.attributes -> Parsetree.expression optionval attr_polyprinter : Parsetree.attributes -> Parsetree.expression optionval attr_opaque : Parsetree.attributes -> boolval pattn : 'a list -> Parsetree.pattern listval pattl : Parsetree.label_declaration list -> (string * Parsetree.pattern) listval pconstrrec : string -> (string * Parsetree.pattern) list -> Parsetree.patternval wrap_printer : Ppx_deriving.quoter -> Parsetree.expression -> Parsetree.expressionval pp_type_of_decl : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.core_typeval show_type_of_decl : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.core_typeval sig_of_type : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.signature_item listval expr_of_typ : Ppx_deriving.quoter -> Parsetree.core_type -> Parsetree.expressionval expr_of_label_decl : Ppx_deriving.quoter -> Parsetree.label_declaration -> Parsetree.expressionval str_of_type : options:(string * Parsetree.expression) list -> path:string list -> Parsetree.type_declaration -> Parsetree.value_binding list