reenact

A reimplementation of the Reactive library.

Latest on Hackage:0.9

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Hans Hoglund
Maintained by Hans Hoglund

Reenact is a reimplementation of the Reactive library by Conal Elliott. 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.