bug-guile
[Top][All Lists]
Advanced

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

bug#22446: (rnrs hashtables): Hash functions of eq? and eqv? hashtables


From: "Taylan Ulrich Bayırlı/Kammer"
Subject: bug#22446: (rnrs hashtables): Hash functions of eq? and eqv? hashtables
Date: Sat, 23 Jan 2016 22:16:39 +0100

Per R6RS, the following forms should return #f:

    (hashtable-hash-function (make-eq-hashtable))

    (hashtable-hash-function (make-eqv-hashtable))

but in Guile they return procedures.

Taylan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]