[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Correction

This page is part of the web mail archives of SRFI 41 from before July 7th, 2015. The new archives for SRFI 41 contain all messages, not just those from before July 7th, 2015.



Jos Koot points out an editing error in the 'Pitfalls' discussion of stream comparison using eq?, eqv? and equal?.  The example that reads (define s ((lambda () stream-null))) should instead read (define s ((stream-lambda () stream-null))), using stream-lambda instead of normal lambda.  I'll make the change before the srfi becomes final.