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
probably worth having a variant with Event = Either<A::Event, B::Event> and State = (A::State, B::State), and a variant that requires the states to be the same and returns indexes along with events. not sure how the second one will work
The text was updated successfully, but these errors were encountered:
probably worth having a variant with Event = Either<A::Event, B::Event> and State = (A::State, B::State), and a variant that requires the states to be the same and returns indexes along with events. not sure how the second one will work
The text was updated successfully, but these errors were encountered: