toml-0.1.3
Text.TOML.Value
newtype TOML Source
Constructors
Instances
data TOMLV Source
type Value = Either TOML TOMLVSource
tempty :: TOMLSource
tinsert :: String -> Value -> TOML -> TOMLSource
liftT :: (Map String Value -> Map String Value) -> TOML -> TOMLSource
liftTV :: (TOML -> TOML) -> Value -> ValueSource