Popularity
2.5
Growing
Activity
0.0
Stable
3
3
0

Monthly Downloads: 25
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: FRP     Reactivity    
Latest version: v0.7.5

reenact alternatives and similar packages

Based on the "FRP" category.
Alternatively, view reenact alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of reenact or a related project?

Add another 'FRP' Package

README

Reenact

Reenact is a reimplementation of the Reactive library by Conal Elliot.

It preserves semantics and most operators of the original library. In particular the Monoid, Applicative and Monad instances for Events, Reactives and Behaviours are available and have the original semantics.

The implementation however is completely different, based on asynchronous channels instead of the unamb operator.

(c) Hans Höglund 2013

Requirements

Installation

cabal configure
cabal install