forked from arcfide/chez-srfi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths69.sls
More file actions
30 lines (30 loc) · 665 Bytes
/
s69.sls
File metadata and controls
30 lines (30 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!r6rs
;; Automatically generated by private/make-aliased-libraries.sps
(library (srfi s69)
(export
alist->hash-table
hash
hash-by-identity
hash-table->alist
hash-table-copy
hash-table-delete!
hash-table-equivalence-function
hash-table-exists?
hash-table-fold
hash-table-hash-function
hash-table-keys
hash-table-merge!
hash-table-ref
hash-table-ref/default
hash-table-set!
hash-table-size
hash-table-update!
hash-table-update!/default
hash-table-values
hash-table-walk
hash-table?
make-hash-table
string-ci-hash
string-hash)
(import (srfi s69 basic-hash-tables))
)