Re: [PATCH] Implement `equal' for hash tables
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> And perhaps some custom comparator logic to handle things like json > dates/times and the rest of the under-and un-specified mess that passes for > some data-interchange formats/protocols. I think that's arguably unrelated. It would belong maybe in some kind of "equivalence" generic function, so specific types can provide their own comparison. === Stefan