Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val value : Format.formatter -> TomlTypes.value -> unit
Given a Toml value and a formatter, inserts a valid Toml representation of this value in the formatter.
val table : Format.formatter -> TomlTypes.table -> unit
Given a Toml table and a formatter, inserts a valid Toml representation of this value in the formatter.
val array : Format.formatter -> TomlTypes.array -> unit
Given a Toml array and a formatter, inserts a valid Toml representation of this value in the formatter.
val string_of_value : TomlTypes.value -> string
Turns a Toml value into a string.
val string_of_table : TomlTypes.table -> string
Turns a Toml table into a string.
val string_of_array : TomlTypes.array -> string
Turns a Toml array into a string.