[racket] Typed Racket HashTable vs Racket HashTable

From: Andrey Larionov (anlarionov at gmail.com)
Date: Mon Apr 8 11:16:09 EDT 2013

Right now i'm understand my mistake. Is there any function to perform
equality check between mutable and immutable hash-tables?

On Mon, Apr 8, 2013 at 7:06 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:

> is is actually not a bug. In your example, the TR code creates an
> immutable hash literal with `#hash`. The untyped code uses `make-hash`
> to create a mutable hash. Mutable and immutable hashes cannot be equal
> under `equal?`.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130408/85c6ff2b/attachment.html>

Posted on the users mailing list.