toml-parser-0.1.0.0: Parser for the TOML configuration language

Copyright(c) Eric Mertens 2017
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellSafe
LanguageHaskell2010

TOML.Value

Description

 

Synopsis

Documentation

data Value Source #

Values possible in a TOML file

Constructors

Table [(Text, Value)]

table, key-value pairs

List [Value]

array

Double !Double

floating-point literal

Integer !Integer

integer literal

String !Text

string literal

Bool Bool

boolean literal

ZonedTimeV !ZonedTime

offset date-time

LocalTimeV !LocalTime

local date-time

DayV !Day

local date

TimeOfDayV !TimeOfDay

local time