package ppx_deriving

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_deriving_showSource

Sourceval deriver : string
Sourceval raise_errorf : ?sub:Ocaml_common.Location.error list -> ?loc:Ppxlib.Location.t -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
Sourcetype options = {
  1. with_path : bool;
}
Sourceval expand_path : options -> path:string list -> string -> string
Sourceval parse_options : (string * Ppxlib.expression) list -> options
Sourceval attr_nobuiltin : Ppxlib.attributes -> bool
Sourceval attr_printer : Ppxlib.attributes -> Ppxlib.expression option
Sourceval attr_polyprinter : Ppxlib.attributes -> Ppxlib.expression option
Sourceval attr_opaque : Ppxlib.attributes -> bool
Sourceval argn : int -> string
Sourceval argl : string -> string
Sourceval pattn : 'a list -> Ppxlib.pattern list
Sourceval pattl : Ppxlib.Parsetree.label_declaration list -> (string * Ppxlib.pattern) list
Sourceval pconstrrec : string -> (string * Ppxlib.pattern) list -> Ppxlib.pattern
Sourceval wrap_printer : Ppx_deriving.quoter -> Ppxlib_ast.Ast.expression -> Ppxlib.expression
Sourceval pp_type_of_decl : options:(string * Ppxlib.expression) list -> path:'a -> Ppxlib.Parsetree.type_declaration -> Ppxlib.core_type
Sourceval show_type_of_decl : options:(string * Ppxlib.expression) list -> path:'a -> Ppxlib.Parsetree.type_declaration -> Ppxlib.core_type
Sourceval sig_of_type : options:(string * Ppxlib.expression) list -> path:'a -> Ppxlib.type_declaration -> Astlib.Ast_500.Parsetree.signature_item list
Sourceval expr_of_typ : Ppx_deriving.quoter -> Ppxlib.Parsetree.core_type -> Ppxlib_ast.Ast.expression
Sourceval expr_of_label_decl : Ppx_deriving.quoter -> Ppxlib.Parsetree.label_declaration -> Ppxlib_ast.Ast.expression
Sourceval str_of_type : options:(string * Ppxlib.expression) list -> path:string list -> Ppxlib.Parsetree.type_declaration -> Astlib.Ast_500.Parsetree.value_binding list
OCaml

Innovation. Community. Security.