Skip to content

More NonEmpty zips, again #409

Description

@Bodigrim

(Copying @treeowl's #83 as a new proposal, as suggested)

Data.List.NonEmpty offers zip, zipWith, and unzip. Data.List, on the other hand, offers each of these up to arity 7. I propose to add all the rest for NonEmpty:

  • zip3 ... zip7
  • zipWith3 ... zipWith7
  • unzip3 ... unzip7

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaits-mergeApproved, but MR is still unmergedbase-4.24Implemented in base-4.24 (GHC 10.2)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions