JSON-Combinator-0.2.8: A combinator library on top of a generalised JSON type
Text.JSON.InteractFile
Description
A generalisation on functions to read and write files.
class InteractFile z whereSource
Methods
readFile' :: FilePath -> IO zSource
writeFile' :: FilePath -> z -> IO ()Source
Instances