zip7 -package:clash-prelude

The zip7 function takes seven lists and returns a list of seven-tuples, analogous to zip. It is capable of list fusion, but it is restricted to its first list argument and its resulting list.
Like zip, but works with 7 collections.
Zip seven infinite lists.
zip7 seven lists together.
The unzip7 function takes a list of seven-tuples and returns seven lists, analogous to unzip.
Like unzip, but works on a collection of 7-element tuples.