package toml

  1. Overview
  2. Docs
type t
exception Bad_key of string
val compare : t -> t -> int
val bare_key_of_string : string -> t
val quoted_key_of_string : string -> t
val to_string : t -> string