tomland-1.2.1.0: Bidirectional TOML serialization
Copyright(c) 2018-2019 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Toml.Parser.Key

Description

Parsers for keys and table names.

Since: 1.2.0.0

Synopsis

Documentation

keyP :: Parser Key Source #

Parser for Key: dot-separated list of Piece.

tableNameP :: Parser Key Source #

Parser for table name: Key inside [].

tableArrayNameP :: Parser Key Source #

Parser for array of tables name: Key inside [[]].