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

Safe HaskellNone
LanguageHaskell98

Hails.FS

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.