Copyright | (c) 2018-2022 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Stability | Stable |
Portability | Portable |
Safe Haskell | None |
Language | Haskell2010 |
Toml.Parser
Description
Parser for text to TOML AST.
Since: 0.0.0
Synopsis
- newtype TomlParseError = TomlParseError {}
- parse :: Text -> Either TomlParseError TOML
- parseKey :: Text -> Either TomlParseError Key
Documentation
newtype TomlParseError #
Pretty parse exception for parsing toml.
Since: 1.3.0.0
Constructors
TomlParseError | |
Fields |