[racket-dev] doc bug; which way to fix?

From: John Clements (clements at brinckerhoff.org)
Date: Sun Oct 17 21:21:40 EDT 2010

The docs state:

(equal-hash-code v) → exact-integer?
  v : any/c
Returns a fixnum; for any two calls with equal? values, the returned number is the same. A hash code is computed even when v contains a cycle through pairs, vectors, boxes, and/or inspectable structure fields. See also prop:equal+hash.

Based on the text and the surrounding docs, it looks like the result predicate should be "fixnum?", and not "exact-integer?".  May I change this?

John Clements

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20101017/d0235734/attachment.p7s>

Posted on the dev mailing list.