htoml-1.0.0.1: Parser for TOML files

Safe HaskellNone
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.