tomland-0.3: TOML parser
Toml.Type.UValue
Synopsis
data UValue Source #
Untyped value of TOML. You shouldn't use this type in your code. Use Value instead.
TOML
Value
Constructors
Instances
Methods
(==) :: UValue -> UValue -> Bool #
(/=) :: UValue -> UValue -> Bool #
showsPrec :: Int -> UValue -> ShowS #
show :: UValue -> String #
showList :: [UValue] -> ShowS #
typeCheck :: UValue -> Either TypeMismatchError AnyValue Source #
Ensures that UValues represents type-safe version of toml.
UValue
toml