How can I multiply the elements of two lists in Haskell, two by two? Basically if I have [1,2,3] and [2,3,4] I want to get [2,6,12].
|
|
A useful way of finding a function such as In this case your looking for a function to combine two lists of |
||||||
|
