tomland-0.3: TOML parser

Safe HaskellNone
LanguageHaskell2010

Toml.Type.UValue

Synopsis

Documentation

data UValue #

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

Instances
Eq UValue # 
Instance details

Defined in Toml.Type.UValue

Methods

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

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

Show UValue # 
Instance details

Defined in Toml.Type.UValue

typeCheck :: UValue -> Either TypeMismatchError AnyValue #

Ensures that UValues represents type-safe version of toml.