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

hash for eq?

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



Should the reference implementation of make-hash-table be
modified so the default hash function for eq? is hash-by-identity?
I.e. add in the obvious place:

       (and (eq? comparison eq?) hash-by-identity)
--
	--Per Bothner
per@xxxxxxxxxxx   http://per.bothner.com/