[Haskell-cafe] oddsFrom3 function
Silvio Frischknecht
silvio.frischi at gmail.com
Mon Aug 17 11:35:33 UTC 2015
This is a classical example that combines lazy (actually the real name is non-strict) lists and recursion.
You can find an explanation of such a combination here
http://stackoverflow.com/questions/6273621/understanding-a-recursively-defined-list-fibs-in-terms-of-zipwith
Silvio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150817/4ef7651a/attachment.html>
More information about the Haskell-Cafe
mailing list