tomland-1.2.0.0: Bidirectional TOML serialization
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 [[]].