You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for something like S.switch or E.switch but for an 'a event signal. So basically fun sig_of_events -> sig_of_events |> S.changes |> E.switch E.never. Is this available in some form directly? Is it a bad idea for some reason?
The text was updated successfully, but these errors were encountered:
I was looking for something like
S.switch
orE.switch
but for an'a event signal
. So basicallyfun sig_of_events -> sig_of_events |> S.changes |> E.switch E.never
. Is this available in some form directly? Is it a bad idea for some reason?The text was updated successfully, but these errors were encountered: