keera-hails-reactive-fs-0.0.3.3: Haskell on Rails - Files as Reactive Values

Safe HaskellNone
LanguageHaskell98

Hails.FS

Synopsis

Documentation

fileReactive :: FilePath -> IO (ReactiveFieldReadWrite IO String) Source

A file as a reactive value. The file must exist at the time the call is evaluated.

TODO: Make it ok for the file not to exist. TODO: Capture and ignore exceptions in readFile and writeFile.