module Printer: sig
.. end
val value : Format.formatter -> Toml.Value.value -> unit
Given a Toml value and a formatter, inserts a valid Toml representation of
this value in the formatter.
Since 2.0.0
val table : Format.formatter -> Toml.Value.table -> unit
Given a Toml table and a formatter, inserts a valid Toml representation of
this value in the formatter.
Since 2.0.0
val array : Format.formatter -> Toml.Value.array -> unit
Given a Toml array and a formatter, inserts a valid Toml representation of
this value in the formatter.
Since 2.0.0
Raises Invalid_argument
if the array is an array of tables