diff options
| author | 2022-06-18 21:38:05 +0300 | |
|---|---|---|
| committer | 2022-06-18 21:38:05 +0300 | |
| commit | bfadf39cf69a2e73a34c3ba50d340db3df86ce30 (patch) | |
| tree | 20a9938ed5319307124d49e71f6b7c3776d16454 /srfi/srfi-69-impl.scm | |
| parent | wip (diff) | |
update implementation
Diffstat (limited to 'srfi/srfi-69-impl.scm')
| -rw-r--r-- | srfi/srfi-69-impl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srfi/srfi-69-impl.scm b/srfi/srfi-69-impl.scm index dfa9b76..02e3d4a 100644 --- a/srfi/srfi-69-impl.scm +++ b/srfi/srfi-69-impl.scm @@ -21,7 +21,8 @@ table (begin (t69-hash-table-set! table (car obj) (cadr obj)) - (loop (cddr obj)))))) + (loop (cddr obj))))) + table) (define (t69-hash-table-update!/default* dto table key proc default) (t69-hash-table-update!/default table key proc default) |
