| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | >> List << | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
| Module: | List |
|---|---|
| Function: | zip7 |
| Type: | [a] -> [b] -> [c] -> [d] -> [e] -> [f] -> [g] -> [(a,b,c,d,e,f,g)] |
| Description: | makes a list of tuples, each tuple containing elements of all seven lists occuring at the same position |
| Related: | unzip4, unzip5, unzip6, unzip7, zip4, zip5, zip6, zipWith4, zipWith5, zipWith6, zipWith7 |