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

re: Issue: HASH-TABLE-STABILITY (Version 1)



There is a minor glitch in an aside that needs to be fixed.  Paragraph 3 of
item 3 says that the following code would be acceptable as the <sxh> function
for EQL tables:

  (if (numberp x) (sxhash x) (%unique-no x))

In general, the NUMBERP test really should be (OR (NUMBERP X) (CHARACTERP X)),
to correspond properly to the definition of EQL.