htoml-megaparsec-1.0.1.1: Parser for TOML files

Safe HaskellNone
LanguageHaskell2010

Text.Toml

Synopsis

Documentation

parseTomlDoc :: String -> Text -> Either TomlError 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.