To be more precise, Int represents a machine-sized integer value, so it is limited in size but doing math with Int values translates directly into math on the processor.  Integer can store integer values of arbitrary size, which is useful sometimes but is of course a lot slower, since the pieces of an Integer value have to be stored in some sort of list, and specialized code is used to do arithmetic with Integers by operating on the pieces and combining the results.
<br><br>How have you been learning Haskell?&nbsp; I&#39;m guessing this is probably covered in most tutorials.<br><br>-Brent<br><br><div><span class="gmail_quote">On 7/12/07, <b class="gmail_sendername">Gregory Propf</b> &lt;<a href="mailto:gregorypropf@yahoo.com">
gregorypropf@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div>So what the hell is the difference between them?&nbsp; Int and Integer.&nbsp; They aren&#39;t synonyms clearly.&nbsp; What&#39;s going on?<br></div></div><span class="ad"><br>

<hr size="1">Don&#39;t be flakey. <a href="http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Get Yahoo! Mail for Mobile</a> and <br><a href="http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
always stay connected</a> to friends.</span></div><br>_______________________________________________<br>Haskell-Cafe mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Haskell-Cafe@haskell.org">
Haskell-Cafe@haskell.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a>
<br><br></blockquote></div><br>