<div class="Ih2E3d"><div class="gmail_quote">On Thu, Apr 3, 2008 at 10:35 PM, Bryan O&#39;Sullivan &lt;<a href="mailto:bos@serpentine.com" target="_blank">bos@serpentine.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><br>
</div>It&#39;s not an infinite list. &nbsp;It&#39;s a list of length maxBound::Int, as<br>
required by the fact that take&#39;s first argument is an Int. &nbsp;The second<br>
argument is probably defaulting to Integer.<br>
<font color="#888888"><br>
 </font></blockquote><div>&nbsp;</div></div></div>Right!
The first arg of &quot;take&quot; makes the first list into a int list. I did not
wait long enough to see the end of the list and I&#39;m so used to
represent infinite lists with [0..] that I didn&#39;t think it could be
limited.<br>
<br>Thanks for the explanation!<br><br>Olivier.<font color="#888888"></font>