package drom_lib

  1. Overview
  2. Docs

Module Drom_lib.EzTomlPrinterSource

Sourceval maybe_escape_char : Format.formatter -> char -> unit
Sourceval print_bool : Format.formatter -> bool -> unit
Sourceval print_int : Format.formatter -> int -> unit
Sourceval print_float : Format.formatter -> float -> unit
Sourceval print_string : Format.formatter -> string -> unit
Sourceval print_date : Format.formatter -> float -> unit
Sourceval pp_print_list : pp_sep:('a -> unit -> 'b) -> ('a -> 'c -> unit) -> 'a -> 'c list -> unit
Sourceval is_table : 'a -> TomlTypes.value -> bool
Sourceval is_array_of_table : 'a -> TomlTypes.value -> bool
Sourceval print_array : Format.formatter -> TomlTypes.array -> TomlTypes.Table.key list -> unit
Sourceval print_value : Format.formatter -> TomlTypes.value -> TomlTypes.Table.key list -> unit
Sourceval print_value_with_key : Format.formatter -> TomlTypes.Table.key -> TomlTypes.value -> TomlTypes.Table.key list -> unit
Sourceval mk_printer : (Format.formatter -> 'a -> 'b) -> 'a -> string
Sourceval string_of_table : TomlTypes.value TomlTypes.Table.t -> string
Sourceval string_of_value : TomlTypes.value -> string
Sourceval string_of_array : TomlTypes.array -> string