tomland-1.3.3.2: Bidirectional TOML serialization
Copyright(c) 2018-2022 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
StabilityStable
PortabilityPortable
Safe HaskellSafe-Inferred
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 [[]].