mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix
This commit is contained in:
parent
44876271a0
commit
122d66ea29
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@
|
|||
(define (rassv key alist)
|
||||
(generic-rassoc key alist eqv?))
|
||||
|
||||
(define (rassv key alist)
|
||||
(define (rassq key alist)
|
||||
(generic-rassoc key alist eq?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue