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
Zip expects Transducers in its arguments and gives a new combined transducer. So the use case is something like this
OK, so in that case, it probably makes sense to error when we call Zip (I'm guessing the arguments for Zip don't have type annotations), and that should probably be reflected in the documentation. (Possibly even in a new/different name and deprecating Zip?)
I think it might make sense to just allow generic collections as well, since they correspond to the degenerate case where we're ignoring the input.
I'm actually not sure how
Zip
is supposed to work, if things that work withzip
error.The text was updated successfully, but these errors were encountered: