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 should note here that Flutures might be one common Alt that we wish to use this function with, however after some discussion in the Fluture chatroom it was concluded that it doesn't make much sense for the non-concurrent Fluture to implement the full Plus; instead it's only going to implement Alt.
To work with such instances, it might be better for asum to explicitly accept a zero case and weaken the constraint to:
// :: (Foldable f, Alt g) => f (g a) -> g a -> g a
The text was updated successfully, but these errors were encountered: