Drom_toml.Printerval value : Stdlib.Format.formatter -> Types.value -> unitGiven a Toml value and a formatter, inserts a valid Toml representation of this value in the formatter.
val table : Stdlib.Format.formatter -> Types.table -> unitGiven a Toml table and a formatter, inserts a valid Toml representation of this value in the formatter.
val array : Stdlib.Format.formatter -> Types.array -> unitGiven a Toml array and a formatter, inserts a valid Toml representation of this value in the formatter.
val string_of_value : Types.value -> stringTurns a Toml value into a string.
val string_of_table : Types.table -> stringTurns a Toml table into a string.
val string_of_array : Types.array -> stringTurns a Toml array into a string.