make-table-maker

[procedure] make-table-maker compare-proc hash-proc

Scheme48: creates a hash-table constructor with user-specified comparison and hash procedures. See also make-table, Concept:HashTable.