[Haskell-cafe] Does somebody know about these functions?

Tony Morris tonymorris at gmail.com
Thu Mar 1 05:42:37 CET 2012


On 01/03/12 14:40, wren ng thornton wrote:
> Of course, you can simplify the implementation by:
>
>     inter f xs = zipWith f xs (tail xs) 
inter f = zipWith f <*> tail

-- 
Tony Morris
http://tmorris.net/





More information about the Haskell-Cafe mailing list