Safe Haskell | None |
---|---|
Language | Haskell2010 |
Parser of TOML language. Implemented with the help of megaparsec
package.
- newtype ParseException = ParseException Text
- parse :: Text -> Either ParseException TOML
Documentation
newtype ParseException Source #
Pretty parse exception for parsing toml.