Each hash table carries an equivalence function and a hash function, used to implement key lookups. Beginning users should follow the rules for consistency of the default hash-proc specified above. Advanced users can use these to implement their own equivalence and hash functions for specialized lookup semantics.
Answer the equivalence and hash function of hash-table, respectively.
Answer a hash value appropriate for equality predicate
equal?,string=?,string-ci=?, andeq?, respectively.
hash is a backwards-compatible replacement for Guile's built-in
hash.