Email list hosting service & mailing list manager


Mutating keys David Van Horn 17 Aug 2005 13:41 UTC

MzScheme contains the following caveat on mutating keys:

    If a key into an equal?-based hash table is mutated (e.g., a key string is
    modified with string-set!), then the hash table's behavior for put and get
    operations becomes unpredictable.

What is the behavior of this SRFI in such a case?

David