Module Ppx_deriving_show

val deriver : string
val raise_errorf : ?⁠sub:Location.error list -> ?⁠loc:Location.t -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
type options = {
with_path : bool;
}
val expand_path : options -> path:string list -> string -> string
val parse_options : (string * Parsetree.expression) list -> options
val attr_nobuiltin : Parsetree.attributes -> bool
val attr_printer : Parsetree.attributes -> Parsetree.expression option
val attr_polyprinter : Parsetree.attributes -> Parsetree.expression option
val attr_opaque : Parsetree.attributes -> bool
val argn : int -> string
val argl : string -> string
val pattn : 'a list -> Parsetree.pattern list
val pattl : Parsetree.label_declaration list -> (string * Parsetree.pattern) list
val pconstrrec : string -> (string * Parsetree.pattern) list -> Parsetree.pattern
val wrap_printer : Ppx_deriving.quoter -> Parsetree.expression -> Parsetree.expression
val pp_type_of_decl : options:(string * Parsetree.expression) list -> path:'a -> Parsetree.type_declaration -> Parsetree.core_type
val show_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 expr_of_typ : Ppx_deriving.quoter -> Parsetree.core_type -> Parsetree.expression
val expr_of_label_decl : Ppx_deriving.quoter -> Parsetree.label_declaration -> Parsetree.expression
val str_of_type : options:(string * Parsetree.expression) list -> path:string list -> Parsetree.type_declaration -> Parsetree.value_binding list