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.Type.UValue

Description

Intermediate untype value representation used for parsing.

Since: 0.0.0

Synopsis

Documentation

data UValue Source #

Untyped value of TOML. You shouldn't use this type in your code. Use Value instead.

Since: 0.0.0

Instances

Instances details
Show UValue Source # 
Instance details

Defined in Toml.Type.UValue

Eq UValue Source #

Since: 0.0.0

Instance details

Defined in Toml.Type.UValue

Methods

(==) :: UValue -> UValue -> Bool #

(/=) :: UValue -> UValue -> Bool #

typeCheck :: UValue -> Either TypeMismatchError AnyValue Source #

Ensures that UValues represents type-safe version of toml.

Since: 0.0.0