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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to