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

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Oct 17 21:38:14 EDT 2010

Yes, please. I overlooked that when adjusting the other contracts.



On Oct 17, 2010, at 6:21 PM, John Clements <clements at brinckerhoff.org>  
wrote:

> 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
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev


Posted on the dev mailing list.