bug-guile
[Top][All Lists]
Advanced

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

error from hashq-cons-get-handle


From: Kevin Ryde
Subject: error from hashq-cons-get-handle
Date: Mon, 24 Mar 2003 08:52:50 +1000
User-agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux)

In guile 1.6.3 built on a recent i386 debian, I noticed
hashq-cons-get-handle seems to call hashx-get-handle with too many
arguments.  For instance,

        (use-modules (ice-9 hcons))
        (define t (make-hash-table 123))
        (hashq-cons-set! t '(x . y) 123)
        (display (hashq-cons-get-handle t '(x . y)))

gives

        ERROR: Wrong number of arguments to hashx-get-handle

where I hoped it might print something like "((x . y) . 123)".




reply via email to

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