-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More NonEmpty zips #83
Comments
core-libraries-committee/PROPOSALS.md Lines 54 to 57 in dcaf3f2
Given the state of #23, #24 and #31, could you please confirm that you have bandwidth to propose yet another one? |
I mean, I think this is a very reasonable proposal, but in the event it's accepted I really do not want to push and prod for months before it is implemented and merged. Do we have an enthusiatic volunteer with spare time to add |
@treeowl could you please clarify the status of this? Unless there is someone with enough bandwidth to champion the proposal and write an MR implementing it, I'll close this as abandoned in two weeks. |
I would be happy to attempt an MR. |
@treeowl then please go ahead with a draft MR, which we can vote on. |
@Bodigrim Now that I'm looking at it, I think it may actually be better to postpone implementation of these until the strictness issues have been settled. I don't really want to write a bunch of excessively lazy code or introduce a bunch of inconsistencies. |
Understood. Extreme laziness of |
Closing pending action on #107. |
Data.List.NonEmpty
offerszip
,zipWith
, andunzip
.Data.List
, on the other hand, offers each of these up to arity 7. I propose to add all the rest forNonEmpty
:zip2
...zip7
zipWith2
...zipWith7
unzip
...unzip7
The text was updated successfully, but these errors were encountered: