Module Ppx_custom_printf__Format_lifter

type padty = CamlinternalFormatBasics.padty =
| Left
| Right
| Zeros
type int_conv = CamlinternalFormatBasics.int_conv =
| Int_d
| Int_pd
| Int_sd
| Int_i
| Int_pi
| Int_si
| Int_x
| Int_Cx
| Int_X
| Int_CX
| Int_o
| Int_Co
| Int_u
type float_conv = CamlinternalFormatBasics.float_conv =
| Float_f
| Float_pf
| Float_sf
| Float_e
| Float_pe
| Float_se
| Float_E
| Float_pE
| Float_sE
| Float_g
| Float_pg
| Float_sg
| Float_G
| Float_pG
| Float_sG
| Float_F
| Float_h
| Float_ph
| Float_sh
| Float_H
| Float_pH
| Float_sH
type char_set = string
type counter = CamlinternalFormatBasics.counter =
| Line_counter
| Char_counter
| Token_counter
type ('a, 'b) padding = ('a'b) CamlinternalFormatBasics.padding =
| No_padding : ('a'apadding
| Lit_padding : padty * int ‑> ('a'apadding
| Arg_padding : padty ‑> (int ‑> 'a'apadding
type pad_option = int option
type ('a, 'b) precision = ('a'b) CamlinternalFormatBasics.precision =
| No_precision : ('a'aprecision
| Lit_precision : int ‑> ('a'aprecision
| Arg_precision : (int ‑> 'a'aprecision
type prec_option = int option
type ('a, 'b, 'c) custom_arity = ('a'b'c) CamlinternalFormatBasics.custom_arity =
| Custom_zero : ('a, string, 'acustom_arity
| Custom_succ : ('a'b'ccustom_arity ‑> ('a'x ‑> 'b'x ‑> 'ccustom_arity
type block_type = CamlinternalFormatBasics.block_type =
| Pp_hbox
| Pp_vbox
| Pp_hvbox
| Pp_hovbox
| Pp_box
| Pp_fits
type formatting_lit = CamlinternalFormatBasics.formatting_lit =
| Close_box
| Close_tag
| Break of string * int * int
| FFlush
| Force_newline
| Flush_newline
| Magic_size of string * int
| Escaped_at
| Escaped_percent
| Scan_indic of char
type ('a, 'b, 'c, 'd, 'e, 'f) formatting_gen = ('a'b'c'd'e'f) CamlinternalFormatBasics.formatting_gen =
| Open_tag : ('a'b'c'd'e'fformat6 ‑> ('a'b'c'd'e'fformatting_gen
| Open_box : ('a'b'c'd'e'fformat6 ‑> ('a'b'c'd'e'fformatting_gen
type ('a, 'b, 'c, 'd, 'e, 'f) fmtty = ('a'b'c'd'e'f'a'b'c'd'e'ffmtty_rel
type ('a1, 'b1, 'c1, 'd1, 'e1, 'f1, 'a2, 'b2, 'c2, 'd2, 'e2, 'f2) fmtty_rel = ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2) CamlinternalFormatBasics.fmtty_rel =
| Char_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (char ‑> 'a1'b1'c1'd1'e1'f1, char ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| String_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (string ‑> 'a1'b1'c1'd1'e1'f1, string ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Int_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (int ‑> 'a1'b1'c1'd1'e1'f1, int ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Int32_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (int32 ‑> 'a1'b1'c1'd1'e1'f1, int32 ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Nativeint_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (nativeint ‑> 'a1'b1'c1'd1'e1'f1, nativeint ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Int64_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (int64 ‑> 'a1'b1'c1'd1'e1'f1, int64 ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Float_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (float ‑> 'a1'b1'c1'd1'e1'f1, float ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Bool_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (bool ‑> 'a1'b1'c1'd1'e1'f1, bool ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Format_arg_ty : ('g'h'i'j'k'lfmtty * ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (('g'h'i'j'k'lformat6 ‑> 'a1'b1'c1'd1'e1'f1, ('g'h'i'j'k'lformat6 ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Format_subst_ty : ('g'h'i'j'k'l'g1'b1'c1'j1'd1'a1fmtty_rel * ('g'h'i'j'k'l'g2'b2'c2'j2'd2'a2fmtty_rel * ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (('g'h'i'j'k'lformat6 ‑> 'g1'b1'c1'j1'e1'f1, ('g'h'i'j'k'lformat6 ‑> 'g2'b2'c2'j2'e2'f2fmtty_rel
| Alpha_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (('b1 ‑> 'x ‑> 'c1) ‑> 'x ‑> 'a1'b1'c1'd1'e1'f1, ('b2 ‑> 'x ‑> 'c2) ‑> 'x ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Theta_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> (('b1 ‑> 'c1) ‑> 'a1'b1'c1'd1'e1'f1, ('b2 ‑> 'c2) ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Any_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> ('x ‑> 'a1'b1'c1'd1'e1'f1'x ‑> 'a2'b2'c2'd2'e2'f2fmtty_rel
| Reader_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> ('x ‑> 'a1'b1'c1, ('b1 ‑> 'x) ‑> 'd1'e1'f1'x ‑> 'a2'b2'c2, ('b2 ‑> 'x) ‑> 'd2'e2'f2fmtty_rel
| Ignored_reader_ty : ('a1'b1'c1'd1'e1'f1'a2'b2'c2'd2'e2'f2fmtty_rel ‑> ('a1'b1'c1, ('b1 ‑> 'x) ‑> 'd1'e1'f1'a2'b2'c2, ('b2 ‑> 'x) ‑> 'd2'e2'f2fmtty_rel
| End_of_fmtty : ('f1'b1'c1'd1'd1'f1'f2'b2'c2'd2'd2'f2fmtty_rel
type ('a, 'b, 'c, 'd, 'e, 'f) fmt = ('a'b'c'd'e'f) CamlinternalFormatBasics.fmt =
| Char : ('a'b'c'd'e'ffmt ‑> (char ‑> 'a'b'c'd'e'ffmt
| Caml_char : ('a'b'c'd'e'ffmt ‑> (char ‑> 'a'b'c'd'e'ffmt
| String : ('x, string ‑> 'apadding * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Caml_string : ('x, string ‑> 'apadding * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Int : int_conv * ('x'ypadding * ('y, int ‑> 'aprecision * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Int32 : int_conv * ('x'ypadding * ('y, int32 ‑> 'aprecision * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Nativeint : int_conv * ('x'ypadding * ('y, nativeint ‑> 'aprecision * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Int64 : int_conv * ('x'ypadding * ('y, int64 ‑> 'aprecision * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Float : float_conv * ('x'ypadding * ('y, float ‑> 'aprecision * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Bool : ('x, bool ‑> 'apadding * ('a'b'c'd'e'ffmt ‑> ('x'b'c'd'e'ffmt
| Flush : ('a'b'c'd'e'ffmt ‑> ('a'b'c'd'e'ffmt
| String_literal : string * ('a'b'c'd'e'ffmt ‑> ('a'b'c'd'e'ffmt
| Char_literal : char * ('a'b'c'd'e'ffmt ‑> ('a'b'c'd'e'ffmt
| Format_arg : pad_option * ('g'h'i'j'k'lfmtty * ('a'b'c'd'e'ffmt ‑> (('g'h'i'j'k'lformat6 ‑> 'a'b'c'd'e'ffmt
| Format_subst : pad_option * ('g'h'i'j'k'l'g2'b'c'j2'd'afmtty_rel * ('a'b'c'd'e'ffmt ‑> (('g'h'i'j'k'lformat6 ‑> 'g2'b'c'j2'e'ffmt
| Alpha : ('a'b'c'd'e'ffmt ‑> (('b ‑> 'x ‑> 'c) ‑> 'x ‑> 'a'b'c'd'e'ffmt
| Theta : ('a'b'c'd'e'ffmt ‑> (('b ‑> 'c) ‑> 'a'b'c'd'e'ffmt
| Formatting_lit : formatting_lit * ('a'b'c'd'e'ffmt ‑> ('a'b'c'd'e'ffmt
| Formatting_gen : ('a1'b'c'd1'e1'f1formatting_gen * ('f1'b'c'e1'e2'f2fmt ‑> ('a1'b'c'd1'e2'f2fmt
| Reader : ('a'b'c'd'e'ffmt ‑> ('x ‑> 'a'b'c, ('b ‑> 'x) ‑> 'd'e'ffmt
| Scan_char_set : pad_option * char_set * ('a'b'c'd'e'ffmt ‑> (string ‑> 'a'b'c'd'e'ffmt
| Scan_get_counter : counter * ('a'b'c'd'e'ffmt ‑> (int ‑> 'a'b'c'd'e'ffmt
| Scan_next_char : ('a'b'c'd'e'ffmt ‑> (char ‑> 'a'b'c'd'e'ffmt
| Ignored_param : ('a'b'c'd'y'xignored * ('x'b'c'y'e'ffmt ‑> ('a'b'c'd'e'ffmt
| Custom : ('a'x'ycustom_arity * (unit ‑> 'x) * ('a'b'c'd'e'ffmt ‑> ('y'b'c'd'e'ffmt
| End_of_format : ('f'b'c'e'e'ffmt
type ('a, 'b, 'c, 'd, 'e, 'f) ignored = ('a'b'c'd'e'f) CamlinternalFormatBasics.ignored =
| Ignored_char : ('a'b'c'd'd'aignored
| Ignored_caml_char : ('a'b'c'd'd'aignored
| Ignored_string : pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_caml_string : pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_int : int_conv * pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_int32 : int_conv * pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_nativeint : int_conv * pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_int64 : int_conv * pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_float : pad_option * prec_option ‑> ('a'b'c'd'd'aignored
| Ignored_bool : pad_option ‑> ('a'b'c'd'd'aignored
| Ignored_format_arg : pad_option * ('g'h'i'j'k'lfmtty ‑> ('a'b'c'd'd'aignored
| Ignored_format_subst : pad_option * ('a'b'c'd'e'ffmtty ‑> ('a'b'c'd'e'fignored
| Ignored_reader : ('a'b'c, ('b ‑> 'x) ‑> 'd'd'aignored
| Ignored_scan_char_set : pad_option * char_set ‑> ('a'b'c'd'd'aignored
| Ignored_scan_get_counter : counter ‑> ('a'b'c'd'd'aignored
| Ignored_scan_next_char : ('a'b'c'd'd'aignored
type ('a, 'b, 'c, 'd, 'e, 'f) format6 = ('a'b'c'd'e'f) CamlinternalFormatBasics.format6 =
| Format of ('a'b'c'd'e'ffmt * string
class virtual +'m lift : object ... end