Closed HuwCampbell closed 8 years ago
Just looking at the code, your floats require a decimal point ( . character), while TOML accepts 3e9 as a valid float.
Fixed it. If you read this: I'll open a new issue to discus your changes (I've merged then in already): I hope you can chime in before I push a version to Hackage that contains your input.
Just looking at the code, your floats require a decimal point ( . character), while TOML accepts 3e9 as a valid float.