zips and maps

Mieszko Lis elf@sandburst.com
Thu, 08 Mar 2001 21:29:51 -0500


Eric Allen Wohlstadter wrote:
> 
> I find myself very often needing to use this function and was wondering if
> there was already a way to do this using zip,maps, and folds.

Do you mind using zipWith?  How about

zipMap = zipWith ($)

..?

-- Mieszko