tomland-0.3: 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

typeCheck :: UValue -> Either TypeMismatchError AnyValue Source #

Ensures that UValues represents type-safe version of toml.