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))