bug#21855: eq?

2015-11-08 Thread Atticus
to...@tuxteam.de writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sun, Nov 08, 2015 at 02:30:42PM +0100, Atticus wrote: > > [...] > >> Yes you are right that the implementation may treat it as non #f if both >> arguments refer to the same object.

bug#21855: eq?

2015-11-08 Thread Atticus
to...@tuxteam.de writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Nov 07, 2015 at 01:58:48PM +0100, Atticus wrote: >> So I wanted to try out gnu guix and thus make myself more familiar with >> guile first. While running some tests I encounter

bug#21855: eq?

2015-11-07 Thread Atticus
So I wanted to try out gnu guix and thus make myself more familiar with guile first. While running some tests I encountered a problem/bug with eq?: $ guile -v guile (GNU Guile) 2.1.1 $ guile scheme@(guile-user)> (define (multirember a lat) (cond ((null? lat) '()) ((eq? (car lat) a) (multi