pliosoft / toml-parse

Haskell library for reading TOML and easily querying it
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Duplicate array sections, duplicate assignment #18

Closed pbrisbin closed 7 years ago

pbrisbin commented 7 years ago

See individual commits. Some of them are stylistic; I can back those out if you don't want them, just let me know.

Down to just 1 failure now: nested arrays. That one seems tough (more whitespace sensitivity, it seems), so it might be a bit before I get it.