
30 Dec
2007
30 Dec
'07
1:31 p.m.
On Sun, 30 Dec 2007 20:24:23 +0200, Daniel Fischer
Am Sonntag, 30. Dezember 2007 19:04 schrieb Cristian Baboi:
On Sun, 30 Dec 2007 20:00:05 +0200, Daniel Fischer
wrote: Am Sonntag, 30. Dezember 2007 18:16 schrieb Cristian Baboi:
A simple question:
Can you write the value of x to a file where x = (1:x) ?
Not in finite time and space :)
I used the word 'value' by mistake. A notation of the value of x.
I suppose let x = 1:x in x is not what you're after?
Yes! Can Haskell do the same ?
I mean this:
module Module where
a= let x=1:x in x
main =