tomland-1.2.0.0: Bidirectional TOML serialization
Safe HaskellNone
LanguageHaskell2010

Toml.Type.UValue

Description

Intermediate untype value representation used for parsing.

Synopsis

Documentation

data UValue Source #

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

Instances

Instances details
Eq UValue Source # 
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.