unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#43304: (scheme base) "member" should return #f if object is not in list
@ 2020-09-10  3:46 Erik Dominikus
  2021-05-12 20:14 ` Taylan Kammer
  2021-05-12 20:15 ` Taylan Kammer
  0 siblings, 2 replies; 3+ messages in thread
From: Erik Dominikus @ 2020-09-10  3:46 UTC (permalink / raw)
  To: 43304

Dear Guile authors,

I would like to report an issue:

Version: Guile 3.0.2 (but should also apply to master; Git says the
"member" in module/scheme/base.scm hasn't changed since October 2019)

How to reproduce: Run "guile" and then type this:

((@ (scheme base) member) 0 '(1))

Expected: #f

Actual: ()

Reason: page 43 of R7RS-small https://small.r7rs.org/attachment/r7rs.pdf
"If obj does not occur in list, then #f (not the empty list) is returned."

Thank you.

Best regards,

Erik





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-12 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  3:46 bug#43304: (scheme base) "member" should return #f if object is not in list Erik Dominikus
2021-05-12 20:14 ` Taylan Kammer
2021-05-12 20:15 ` Taylan Kammer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).