htoml-1.0.0.3: Parser for TOML files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Toml

Synopsis

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.