1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 12:10:26 +02:00
This commit is contained in:
Kevin Ryde 2005-10-05 01:25:02 +00:00
parent 083f9d74d1
commit 01549abbff

View file

@ -1430,8 +1430,8 @@ lookup.
(lambda elems
(let ((table (make-hash-table)))
(for-each (lambda (elem)
(apply hash-set! table elem))
elems)
(apply hash-set! table elem))
elems)
table)))
(define (animal->family animal)