[Haskell-beginners] oddsFrom3 function
Debdut Karmakar
debdutk at gnulinuxed.tk
Mon Aug 17 06:32:26 UTC 2015
Sorry, I wrote a wrong function, the correct version is:
oddsFrom3
:: [Integer]
oddsFrom3 = 3 : map (+2) oddsFrom3
--
A GNU [1] LINUX
[2] Patron
Links:
------
[1] http://gnu.org
[2]
http://www.linuxfoundation.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150817/7bdd4dee/attachment.html>
More information about the Beginners
mailing list