module Value: sig .. end
type 
A Toml value. Covers Toml integers, floats, booleans, strings, dates. Also
   has constructors for tables and arrays.
type 
A Toml array. May contain any Toml data type except for tables.
type value Toml.Table.t 
module To: sig .. end
module Of: sig .. end