htoml-0.1.0.1: A 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 in the Toml data type.