tomland-1.3.3.3: Bidirectional TOML serialization
Copyright(c) 2018-2022 Kowainik
LicenseMPL-2.0
MaintainerKowainik <[email protected]>
StabilityStable
PortabilityPortable
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 [[]].