Safe Haskell | None |
---|---|
Language | Haskell98 |
Hails.FS
Documentation
pasiveFileReactive :: FilePath -> ReactiveFieldReadWrite IO String Source
A file as a passive reactive value.
Passive values are those that never notify of changes to them. They are useful as sources of information controlled by other RVs (buttons, etc.)
fileReactive :: FilePath -> IO (ReactiveFieldReadWrite IO String) Source
A file as a reactive value. The file must exist at the time the call is evaluated.