tomland-1.3.3.3: Bidirectional TOML serialization
Copyright(c) 2018-2022 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
StabilityStable
PortabilityPortable
Safe HaskellNone
LanguageHaskell2010

Toml.Type.UValue

Description

Intermediate untype value representation used for parsing.

Since: 0.0.0

Synopsis

Documentation

data UValue #

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 # 
Instance details

Defined in Toml.Type.UValue

Eq UValue #

Since: 0.0.0

Instance details

Defined in Toml.Type.UValue

Methods

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

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

typeCheck :: UValue -> Either TypeMismatchError AnyValue #

Ensures that UValues represents type-safe version of toml.

Since: 0.0.0