ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

Toml.Printer.string_of_table doesn't respect field ordering #76

Open mimoo opened 3 years ago

mimoo commented 3 years ago

Hey!

So I'm playing around with this package and I'm not sure if I'm missing something but the order of the fields I create (via Toml.Min.of_key_values) is not respected by Toml.Printer.string_of_table and my final toml string has fields in what seems to be a random order.