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
The current implementation of zip does not behave the way it does in Haskell or Python. Haskell and Python accept list of different lengths. This has caught me off guard, and I've had to roll my own. I'm opening this issue to propose an update to zip to accept arguments that are of different lengths. I'd be happy to open a pull request if this behavior is desired.