5.1. Conventions for naming function parameters list "bytes" twice,
with different meanings.
6.2. "p_a + q_q" should be "p_a + q_a", "p_b + q_q" should be
"p_b + q_a".
9.6. It's unspecified how eqv? and eq? behave for the unspecified
value and the eof object, i.e. whether they can be two eof
objects which are not eqv? to each other. Is this intentional?
I think they should be treated like the empty list, i.e.
a guaranteed singleton, especially in the sense of eqv?.
--
__("< Marcin Kowalczyk
\__/ qrczak_at_knm.org.pl
^^ http://qrnik.knm.org.pl/~qrczak/
Received on Mon Sep 18 2006 - 14:46:29 UTC