<div dir="ltr">There is such a predicate, Sam, and has been for some time.<br><div><div class="gmail_extra"><br clear="all"><div>Carl Eastlund</div>
<br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 5:12 PM, Sam Tobin-Hochstadt <span dir="ltr">&lt;<a href="mailto:samth@ccs.neu.edu" target="_blank">samth@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">

Ah, I see what went wrong here.  It was trying to pass on handling<br>
hasheq in a certain place, but ended up treating it as a hash.  I&#39;ll<br>
push a repair in a moment.<br>
<br>
This is yet another case where I wish there was a `hash-equal?` predicate.<br>
<br>
Sam<br>
<div><div class="h5"><br>
On Mon, Jul 8, 2013 at 2:26 PM, Abraham Egnor &lt;<a href="mailto:abe.egnor@gmail.com">abe.egnor@gmail.com</a>&gt; wrote:<br>
&gt; Apologies if this isn&#39;t the right forum, I couldn&#39;t find bug-reporting<br>
&gt; information via the typed racket documentation.<br>
&gt;<br>
&gt; It seems that typed racket doesn&#39;t play well with hasheq in certain<br>
&gt; circumstances.  A minimal repro case:<br>
&gt;<br>
&gt; File &quot;bug.rkt&quot;:<br>
&gt; #lang typed/racket<br>
&gt; (provide (struct-out container))<br>
&gt; (struct: container ([value : Any]))<br>
&gt;<br>
&gt; REPL:<br>
&gt; -&gt; (require &quot;bug.rkt&quot;)<br>
&gt; -&gt; (container-value (container (hasheq &#39;foo &quot;foo&quot;)))<br>
&gt; ; prop:chaperone-contract: expected a chaperone of &#39;#hasheq((foo . &quot;foo&quot;)),<br>
&gt; got<br>
&gt; ;   &#39;#hash((foo . &quot;foo&quot;)) [,bt for context]<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ____________________<br>
&gt;   Racket Users list:<br>
&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt;<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br>
</blockquote></div><br></div></div></div>