summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-69.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/srfi/srfi-69.scm')
-rw-r--r--module/srfi/srfi-69.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-69.scm b/module/srfi/srfi-69.scm
index 0d835d09b..df07f7510 100644
--- a/module/srfi/srfi-69.scm
+++ b/module/srfi/srfi-69.scm
@@ -86,7 +86,7 @@
;; Hashing
string-ci-hash hash-by-identity)
#:re-export (string-hash)
- #:replace (hash))
+ #:replace (hash make-hash-table hash-table?))
(cond-expand-provide (current-module) '(srfi-37))