tomland-0.3: TOML parser

Safe HaskellNone
LanguageHaskell2010

Toml.Parser

Description

Parser of TOML language. Implemented with the help of megaparsec package.

Synopsis

Documentation

arrayP :: Parser [UValue] Source #

boolP :: Parser Bool Source #

keyP :: Parser Key Source #

keyValP :: Parser (Key, AnyValue) Source #

textP :: Parser Text Source #

tomlP :: Parser TOML Source #