CDR 2: A generic hash table interface specification for Common Lisp

Author / Submitter

Ingvar Mattsson

Abstract / Rationale

The hash table interface specified in the Common Lisp standard is only guaranteed to work with keys that are considered equal with either of EQ, EQL, EQUAL or EQUALP. It is sometimes useful for an application to have hash tables using keys with different equality predicates.

The Document

Accompanying Material

Status

Final