<div dir="ltr"><div class="gmail_extra">Right now i&#39;m understand my mistake. Is there any function to perform equality check between mutable and immutable hash-tables?</div><div class="gmail_extra"><br><div class="gmail_quote">
On Mon, Apr 8, 2013 at 7:06 PM, Asumu Takikawa <span dir="ltr">&lt;<a href="mailto:asumu@ccs.neu.edu" target="_blank">asumu@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":7w">is is actually not a bug. In your example, the TR code creates an<br>
immutable hash literal with `#hash`. The untyped code uses `make-hash`<br>
to create a mutable hash. Mutable and immutable hashes cannot be equal<br>
under `equal?`.</div></blockquote></div><br><br></div></div>