tomland-1.0.0: Bidirectional TOML serialization
Toml.Type.UValue
Description
Intermediate untype value representation used for parsing.
data UValue Source #
Untyped value of TOML. You shouldn't use this type in your code. Use Value instead.
TOML
Value
Constructors
Defined in Toml.Type.UValue
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