Hi,

My understanding of the doc of hashq is that the value it returns should
not change.  But it does.

If you have any advice, please cc it to [EMAIL PROTECTED]

Alex Stark.


-------------------------- Test program
#! /bin/sh
exec guile -s $0 $*
!#

(display (hashq 'position 5)) (newline)
(display (hashq 'fluff 5)) (newline)

(define A 'position)

(display (hashq 'position 5)) (newline)


-------------------------- Output
[pilot]$ bugtest
0
1
3


-------------------------- Guile version
[pilot]$ rpm -qi guile
Name        : guile                        Relocations: (not
relocateable)
Version     : 1.3                               Vendor: Red Hat Software
Release     : 7                             Build Date: Fri 03 Sep 1999
01:00:01 AM BST
Install date: Tue 15 Feb 2000 12:19:42 PM GMT      Build Host:
porky.devel.redhat.com
Group       : Development/Languages         Source RPM:
guile-1.3-7.src.rpm
Size        : 1054371                          License: GPL
Packager    : Red Hat Software <http://developer.redhat.com/bugzilla>

Reply via email to