@hackage reactivity0.3.2.4
An alternate implementation of push-pull FRP.
Installation
Dependencies (14)
- array >=0.4.0.1
- base >=4 && <5
- bmp >=1.2.5.2
- bytestring >=0.10.0.2
- containers >=0.5.3.1
- exceptions Show all…
Dependents (1)
@hackage/acme-everything
An alternate implementation of push-pull FRP. This is based on the Reactive package (http:/haskell.orghaskellwiki/reactive) (and the sources have been made available in accordance with the GPL [license] of that package).
The two types of reactive signals in this package reflect different tradeoffs. Choose Event when you need maximal speed, or to embed I/O effects in your programs. Choose MeasurementWrapper for precision.