forked from akeep/chez-srfi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
%3a126.sls
16 lines (15 loc) · 960 Bytes
/
%3a126.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library (srfi :126)
(export make-eq-hashtable make-eqv-hashtable make-hashtable
alist->eq-hashtable alist->eqv-hashtable alist->hashtable weakness
hashtable? hashtable-size hashtable-ref hashtable-set!
hashtable-delete! hashtable-contains? hashtable-lookup
hashtable-update! hashtable-intern! hashtable-copy hashtable-clear!
hashtable-empty-copy hashtable-keys hashtable-values
hashtable-entries hashtable-key-list hashtable-value-list
hashtable-entry-lists hashtable-walk hashtable-update-all!
hashtable-prune! hashtable-merge! hashtable-sum hashtable-map->lset
hashtable-find hashtable-empty? hashtable-pop! hashtable-inc!
hashtable-dec! hashtable-equivalence-function hashtable-hash-function
hashtable-weakness hashtable-mutable? hash-salt equal-hash
string-hash string-ci-hash symbol-hash)
(import (srfi :126 r6rs-hashtables)))