mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 12:30:32 +02:00
untabify
This commit is contained in:
parent
083f9d74d1
commit
01549abbff
1 changed files with 2 additions and 2 deletions
|
@ -1430,8 +1430,8 @@ lookup.
|
||||||
(lambda elems
|
(lambda elems
|
||||||
(let ((table (make-hash-table)))
|
(let ((table (make-hash-table)))
|
||||||
(for-each (lambda (elem)
|
(for-each (lambda (elem)
|
||||||
(apply hash-set! table elem))
|
(apply hash-set! table elem))
|
||||||
elems)
|
elems)
|
||||||
table)))
|
table)))
|
||||||
|
|
||||||
(define (animal->family animal)
|
(define (animal->family animal)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue