I am learning haskell and I need to define zipWith function using foldr.
zipWith
foldr
I can do it using pattern matching and recursion, but that doesn\'t