mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Extend the #:replace list of the SRFI 69 module
* module/srfi/srfi-69.scm: Add `make-hash-table' and `hash-table?' to the #:replace list of the module definition.
This commit is contained in:
parent
dcb9aceb48
commit
5efcd34d71
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue