tomland-1.3.3.0: Bidirectional TOML serialization
Copyright(c) 2018-2021 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 Source #

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

Since: 0.0.0

Instances

Instances details
Eq UValue Source #

Since: 0.0.0

Instance details

Defined in Toml.Type.UValue

Methods

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

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

Show UValue Source # 
Instance details

Defined in Toml.Type.UValue

typeCheck :: UValue -> Either TypeMismatchError AnyValue Source #

Ensures that UValues represents type-safe version of toml.

Since: 0.0.0