Drom_toml.Compareval value : Types.value -> Types.value -> intGiven two Toml values, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second
val array : Types.array -> Types.array -> intGiven two Toml arrays, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second
val table : Types.table -> Types.table -> intGiven two Toml tables, return -1, 0 or 1 depending on whether the first is smaller, equal or greater than the second