From: Geoff Knauth (geoff at knauth.org) Date: Tue Jan 22 14:05:59 EST 2008 |
|
On Jan 22, 2008, at 09:38, Matthew Flatt wrote: > I had broken `compiler/cffi', now fixed. Glory be, it works! Words escape me. Language: Lazy Scheme > (define (thanks) (cons "Thanks!!" (thanks))) > (thanks) ("Thanks!!" . #<promise:?>) Hmm. Prelude> let thanks = "Thank you!!" : thanks Prelude> thanks ["Thank you!!","Thank you!!","Thank you!!","Thank you!!","Thank you!!",...]
Posted on the users mailing list. |
|