1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

(scheme base) member: return #f, not (), for no match

* module/scheme/base.scm (member): Match the r7rs requirement, as assoc
  already does.

Thanks to Erik Dominikus for reporting the problem.

Closes: 43304
This commit is contained in:
Rob Browning 2020-10-04 10:43:09 -05:00
parent 7a1cd29637
commit f1547e1d58
3 changed files with 7 additions and 4 deletions

2
THANKS
View file

@ -2,6 +2,7 @@ Contributors since the last release:
Christopher Baines
Greg Benison
Rob Browning
Tristan Colgate-McFarlane
Aleix Conchillo Flaqué
Ludovic Courtès
@ -79,6 +80,7 @@ For fixes or providing information which led to a fix:
Josh Datko
David Diffenbaugh
Hyper Division
Erik Dominikus
Alexandre Duret-Lutz
Nils Durner
John W Eaton