commented out incomplete dict/contract docs

This commit is contained in:
Ryan Culpepper 2010-09-29 11:10:33 -04:00
parent de5b110d75
commit ee157ae239

View File

@ -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[(
@defproc[(make-custom-hash [eql? (any/c any/c . -> . any/c)]
[hash-proc (any/c . -> . exact-integer?)]