Copyright | (C) Keera Studios Ltd 2013 |
---|---|
License | BSD3 |
Maintainer | support@keera.co.uk |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
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.