package toml

  1. Overview
  2. Docs

Module Toml.PrinterSource

Given a Toml value and a formatter, inserts a valid Toml representation of this value in the formatter.

  • since 2.0.0

Given a Toml table and a formatter, inserts a valid Toml representation of this value in the formatter.

  • since 2.0.0

Given a Toml array and a formatter, inserts a valid Toml representation of this value in the formatter.

  • since 2.0.0
Sourceval string_of_value : TomlTypes.value -> string

Turns a Toml value into a string.

  • since 4.0.0
Sourceval string_of_table : TomlTypes.table -> string

Turns a Toml table into a string.

  • since 4.0.0
Sourceval string_of_array : TomlTypes.array -> string

Turns a Toml array into a string.

  • since 4.0.0
OCaml

Innovation. Community. Security.