reactive-banana
reactive-banana copied to clipboard
'coincidence' combinator
trafficstars
Here's another combinator in reflex missing that's from reactive-banana:
coincidence :: Event (Event a) -> Event a
Isn't this switchE, but without the monad enforcing that we don't leak?
A semantic specification would be nice, so that we know what exactly, if anything, to implement. 😄
Whoops :)
The returned event emits whenever the outer and inner events emit simultaneously.