@hackage toml-reader-parse0.1.1.1
Alternative parser for TOML values produced by the toml-reader package.
Categories
License
Apache-2.0
Maintainer
Sergey Vinokurov <serg.foo@gmail.com>
Links
Versions
Installation
Dependencies (11)
- base >=4.14 && <5
- comonad
- containers
- deepseq
- dlist
- prettyprinter >=1.7 Show all…
Dependents (0)
Synopsis
Parser combinators for directly parsing TOML values produced by
toml-reader. Parsers track where values originate in the source
document and intelligently combine errors between alternative parsing
branches to report only the most relevant error to the user.