package toml

  1. Overview
  2. Docs
include module type of TomlInternal.Type.Key
type t
exception Bad_key of string
val compare : t -> t -> int
val of_string : string -> t
val to_string : t -> string