@hackage / reactive-banana-bunch

Extend reactive-banana to multiple events per time point

Latest1.0.0.1

About

Metadata

  • Last updated , by HenningThielemann
  • License BSD-3-Clause
  • Categories FRP
  • Maintained by: Henning Thielemann <haskell@henning-thielemann.de>

  • Lottery factor: 0

Links

Installation

Readme

This package provides a wrapper around Reactive.Banana.Event that somehow restores the behavior of reactive-banana < 1.0. That is, at every point in time there can be multiple events. The advantage is that you have a RB.union without a combination function, the disadvantage is that there cannot be an RB.unionWith.