package otoml

  1. Overview
  2. Docs

Module type Base.TomlFloatSource

type t
val to_string : t -> string
val of_string : string -> t
val to_boolean : t -> bool
val of_boolean : bool -> t