| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Toml
Synopsis
- parseTomlDoc :: String -> Text -> Either ParseError Table
Documentation
parseTomlDoc :: String -> Text -> Either ParseError Table Source #
Parse a Text that results in Either a String
containing the error message, or an internal representation
of the document as a Table.