Reactive.Banana.Combinators

Synopsis

Introduction

data Event t a

data Behavior t a

interpretModel

interpretPushGraph

Core Combinators

never

union

unions

filterE

collect

spill

accumE

apply

stepper

Derived Combinators

Filtering

filterJust

filterApply

whenE

split

Accumulation

accumB

mapAccum

Simultaneous event occurrences

calm

unionWith

Apply class

class Apply f g

Internal

type PrimEvent

type PrimBehavior