<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class=""><br>
</div>The opaque: flag causes a change in the behavior of equal? and equal?-hash .  When the opaque: flag is not used, two structures are equal? if they have the same type and each field is equal? in both structures.  When the opaque: flag is used, two structures are equal? only if they are eq? (i.e. the same instance).<div>

<br></div></blockquote><div><br></div><div> </div><div>Awesome and very useful!</div><div>So the code that checks for the opaque: flag in the Gambit sources is found in the equal? and equal-hash? definitions...</div><div>

<br></div><div>Thank you, Marc</div></div></div></div>