package toml

  1. Overview
  2. Docs
val value : Format.formatter -> 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 -> 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 -> Value.array -> unit

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

  • raises Invalid_argument

    if the array is an array of tables

  • since 2.0.0