<br><font size=2 face="sans-serif">not quite the same issue, but you might
be interested by </font>
<br>
<br><font size=2 face="sans-serif">http://people.cs.uu.nl/stefan/blog/00012.html
which notes: </font>
<br>
<br><tt><font size=3>Prelude&gt; let apply &nbsp;= \f x -&gt; f x<br>
<br>
Prelude&gt; let apply' = \f &nbsp; -&gt; f<br>
<br>
Prelude&gt; apply &nbsp;undefined `seq` ()<br>
()<br>
<br>
Prelude&gt; apply' undefined `seq` ()<br>
*** Exception: Prelude.undefined</font></tt>
<br>
<br><font size=2 face="sans-serif">mulling this over helped me think about
functions that were similar but had different numbers of params. (the first
only takes a function as its first arg, the second, which I believe is
the same as &quot;id&quot; takes anything.)</font>
<br>
<br><font size=2 face="sans-serif">t.</font>
<br>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>PR Stanley &lt;prstanley@ntlworld.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: haskell-cafe-bounces@haskell.org</font>
<p><font size=1 face="sans-serif">10/15/2007 06:56 PM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">haskell-cafe@haskell.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[Haskell-cafe] Equality Question</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>Hi<br>
is const = id?<br>
const 'x' 'y'<br>
'x'<br>
id 'x'<br>
'x'<br>
<br>
Cheers,<br>
Paul<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
Haskell-Cafe@haskell.org<br>
http://www.haskell.org/mailman/listinfo/haskell-cafe<br>
</font></tt>
<br>
<br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">---</span><br>
<br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">This e-mail may contain confidential and/or privileged information. If you </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">are not the intended recipient (or have received this e-mail in error) </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">please notify the sender immediately and destroy this e-mail. Any </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">unauthorized copying, disclosure or distribution of the material in this </span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">e-mail is strictly forbidden.</span><br>