toml-0.1.3
Text.TOML
parse :: ByteString -> Maybe TOMLSource
parse' :: ByteString -> Maybe [Token]Source
process :: [Token] -> TOMLSource
group :: [Either [a1] a] -> [([a1], [a])]Source