tomland-0.4.0: Bidirectional TOML parser

Safe HaskellNone
LanguageHaskell2010

Toml.Type.UValue

Synopsis

Documentation

data UValue Source #

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

Instances
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.