package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

doc/tezos-protocol-007-PsDELPH1.environment/Tezos_protocol_environment_007_PsDELPH1/Format/index.html

Module Tezos_protocol_environment_007_PsDELPH1.FormatSource

Sourcetype formatter = Format.formatter
Sourceval pp_open_box : formatter -> int -> unit
Sourceval pp_close_box : formatter -> unit -> unit
Sourceval pp_open_hbox : formatter -> unit -> unit
Sourceval pp_open_vbox : formatter -> int -> unit
Sourceval pp_open_hvbox : formatter -> int -> unit
Sourceval pp_open_hovbox : formatter -> int -> unit
Sourceval pp_print_string : formatter -> string -> unit
Sourceval pp_print_as : formatter -> int -> string -> unit
Sourceval pp_print_int : formatter -> int -> unit
Sourceval pp_print_float : formatter -> float -> unit
Sourceval pp_print_char : formatter -> char -> unit
Sourceval pp_print_bool : formatter -> bool -> unit
Sourceval pp_print_space : formatter -> unit -> unit
Sourceval pp_print_cut : formatter -> unit -> unit
Sourceval pp_print_break : formatter -> int -> int -> unit
Sourceval pp_force_newline : formatter -> unit -> unit
Sourceval pp_print_if_newline : formatter -> unit -> unit
Sourceval pp_print_flush : formatter -> unit -> unit
Sourceval pp_print_newline : formatter -> unit -> unit
Sourceval pp_set_margin : formatter -> int -> unit
Sourceval pp_get_margin : formatter -> unit -> int
Sourceval pp_set_max_indent : formatter -> int -> unit
Sourceval pp_get_max_indent : formatter -> unit -> int
Sourceval pp_set_max_boxes : formatter -> int -> unit
Sourceval pp_get_max_boxes : formatter -> unit -> int
Sourceval pp_over_max_boxes : formatter -> unit -> bool
Sourceval pp_open_tbox : formatter -> unit -> unit
Sourceval pp_close_tbox : formatter -> unit -> unit
Sourceval pp_set_tab : formatter -> unit -> unit
Sourceval pp_print_tab : formatter -> unit -> unit
Sourceval pp_print_tbreak : formatter -> int -> int -> unit
Sourceval pp_set_ellipsis_text : formatter -> string -> unit
Sourceval pp_get_ellipsis_text : formatter -> unit -> string
Sourceval pp_print_list : ?pp_sep:(formatter -> unit -> unit) -> (formatter -> 'a -> unit) -> formatter -> 'a list -> unit
Sourceval pp_print_text : formatter -> string -> unit
Sourceval fprintf : formatter -> ('a, formatter, unit) Pervasives.format -> 'a
Sourceval sprintf : ('a, unit, string) Pervasives.format -> 'a
Sourceval asprintf : ('a, formatter, unit, string) Pervasives.format4 -> 'a
Sourceval ifprintf : formatter -> ('a, formatter, unit) Pervasives.format -> 'a
Sourceval kfprintf : (formatter -> 'a) -> formatter -> ('b, formatter, unit, 'a) Pervasives.format4 -> 'b
Sourceval ikfprintf : (formatter -> 'a) -> formatter -> ('b, formatter, unit, 'a) Pervasives.format4 -> 'b
Sourceval ksprintf : (string -> 'a) -> ('b, unit, string, 'a) Pervasives.format4 -> 'b
Sourceval kasprintf : (string -> 'a) -> ('b, formatter, unit, 'a) Pervasives.format4 -> 'b
OCaml

Innovation. Community. Security.