zipWith generalises zip by zipping with the function
given as the first argument, instead of a tupling function. For
example, zipWith (+) is applied to two ByteStrings to
produce the list of corresponding sums.
zipWith generalises zip by zipping with the function
given as the first argument, instead of a tupling function. For
example, zipWith (+) is applied to two ByteStrings to
produce the list of corresponding sums.