[Haskell-cafe] Re: Wikipedia on first-class object

Daniel Fischer daniel.is.fischer at web.de
Sun Dec 30 13:24:23 EST 2007


Am Sonntag, 30. Dezember 2007 19:04 schrieb Cristian Baboi:
> On Sun, 30 Dec 2007 20:00:05 +0200, Daniel Fischer
>
> <daniel.is.fischer at web.de> 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?


More information about the Haskell-Cafe mailing list