doc repair
Closes PR 11215
This commit is contained in:
parent
bbc0c687ee
commit
f624ebdf20
|
@ -619,15 +619,15 @@ iterators, respectively, if @racket[d] implements the
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defproc[(make-custom-hash [eql? (any/c any/c . -> . any/c)]
|
@defproc[(make-custom-hash [eql? (any/c any/c . -> . any/c)]
|
||||||
[hash-proc (any/c . -> . exact-integer?)]
|
[hash-proc (any/c . -> . exact-integer?)]
|
||||||
[hash2-proc (any/c . -> . exact-integer?)])
|
[hash2-proc (any/c . -> . exact-integer?) (lambda (v) 10001)])
|
||||||
dict?]
|
dict?]
|
||||||
@defproc[(make-immutable-custom-hash [eql? (any/c any/c . -> . any/c)]
|
@defproc[(make-immutable-custom-hash [eql? (any/c any/c . -> . any/c)]
|
||||||
[hash-proc (any/c . -> . exact-integer?)]
|
[hash-proc (any/c . -> . exact-integer?)]
|
||||||
[hash2-proc (any/c . -> . exact-integer?)])
|
[hash2-proc (any/c . -> . exact-integer?) (lambda (v) 10001)])
|
||||||
dict?]
|
dict?]
|
||||||
@defproc[(make-weak-custom-hash [eql? (any/c any/c . -> . any/c)]
|
@defproc[(make-weak-custom-hash [eql? (any/c any/c . -> . any/c)]
|
||||||
[hash-proc (any/c . -> . exact-integer?)]
|
[hash-proc (any/c . -> . exact-integer?)]
|
||||||
[hash2-proc (any/c . -> . exact-integer?)])
|
[hash2-proc (any/c . -> . exact-integer?) (lambda (v) 10001)])
|
||||||
dict?]
|
dict?]
|
||||||
)]{
|
)]{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user