<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>I am a haskell beginner and wondering how the following function works (in procedure) :</p>
<p><br />oddsFrom3 :: [Integer]<br /> oddsFrom3 = 3 : map (+2) oddsFrom3</p>
<p><br />Thanks for your help.</p>
<div>-- <br />
<p><span style="font-family: andale mono,times; font-size: medium;">A<strong><a href="http://gnu.org" target="_blank"> GNU</a> <a href="http://www.linuxfoundation.org/" target="_blank">Linux</a></strong> Patron</span></p>
</div>
</body></html>