purescript-event icon indicating copy to clipboard operation
purescript-event copied to clipboard

Applicative instance does not separate concurrent events

Open paf31 opened this issue 6 years ago • 1 comments

From https://github.com/paf31/purescript-behaviors/issues/28#issue-277348392, if we have an event e, then e <*> e results in two events at each time point at which e fires, with the first of each pair reporting an "inconsistent" state.

Whether this is a bug or not is debatable, and I think to fix it would require some sweeping changes, but I want to keep track of it here.

paf31 avatar Jun 25 '18 16:06 paf31

@paf31 do you see any possible fix here?

safareli avatar Jul 17 '19 09:07 safareli