Copyright | (c) Eric Mertens 2023 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module provides the type for the semantics of a TOML file. All dotted keys are resolved in this representation. Each table is a Map with a single level of keys.
Documentation
Semantic TOML value with all table assignments resolved.
Integer Integer | |
Float Double | |
Array [Value] | |
Table Table | |
Bool Bool | |
String String | |
TimeOfDay TimeOfDay | |
ZonedTime ZonedTime | |
LocalTime LocalTime | |
Day Day |