zip7 package:rio

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.
The unzip7 function takes a list of seven-tuples and returns seven lists, analogous to unzip.