On Mon, 31 Dec 2007 10:59:28 +0200, Achim Schneider <[EMAIL PROTECTED]> wrote:

Achim Schneider <[EMAIL PROTECTED]> wrote:

"Cristian Baboi" <[EMAIL PROTECTED]> wrote:

> What is infinite in let x = x in x ?
                          ^   |    |
                          |___/    |
                          \________/

a = let x = x in x
is actually only quite verbose for
a = undefined,

the only difference being that undefined is a nicer _|_ than let x = x
in x.


I could have written this instead:

a :: Something
a = a

Which is nicer than undefined.





________ Information from NOD32 ________
This message was checked by NOD32 Antivirus System for Linux Mail Servers.
 part000.txt - is OK
http://www.eset.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to