mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 12:10:26 +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
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue