commented out incomplete dict/contract docs
This commit is contained in:
parent
de5b110d75
commit
ee157ae239
|
@ -576,6 +576,25 @@ that has the property:
|
||||||
|
|
||||||
]}
|
]}
|
||||||
|
|
||||||
|
@;{
|
||||||
|
|
||||||
|
@defthing[prop:dict/contract]{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@deftogether[[
|
||||||
|
@defproc[(dict-key-contract [d dict?]) contract?]
|
||||||
|
@defproc[(dict-value-contract [d dict?]) contract?]]]{
|
||||||
|
|
||||||
|
Returns the contract that @racket[d] imposes on its keys or values,
|
||||||
|
respectively, if @racket[d] implements the @racket[prop:dict/contract]
|
||||||
|
interface.
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@;{------------------------------------------------------------}
|
||||||
|
|
||||||
@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?)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user