Email list hosting service & mailing list manager


SRFI 125 draft 9: hash-table-intersection! Sudarshan S Chawathe 16 May 2016 21:09 UTC

The document's description of hash-table-intersection! reads:

  Deletes the associations from hash-table1 which don't also appear in
  hash-table2 and returns hash-table1.

However, the sample implementation does not delete an association from
hash-table-1 if an association with the same key appears in
hash-table-2.

Based on similarity with the other procedures in this section, I would
guess that it is the description, not the implementaion, that needs to
be changed.

Regards,

-chaw