@hackage reactive-banana-bunch1.0.0.1

Extend reactive-banana to multiple events per time point

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.