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

Re: hash table key comparisons - always eq?



Quoting David N. Welton:
> It's not possible to change the way in which hash table keys are
> compared?  I would like to use equal? [...]

In v200, use

  (make-hash-table 'equal)

v103 hash tables only support `eq?'.

Matthew