[racket] struct equality?
There are a few ways to organize a program where a single "struct" or
"define-struct" statement gets run twice, and the resulting struct types
will be incompatible. It is possible you've run into one of these cases.
Can you send a small program that demonstrates the problem?
On Jul 4, 2010 10:12 AM, "Todd O'Bryan" <toddobryan at gmail.com> wrote:
I have a struct type that is #:transparent and I have two examples of
the struct.
When I test each of the fields for equal?-ity, they're all equal;
however, the two structs are not.
Any idea what I'm missing?
Todd
_________________________________________________
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100704/92d5e35f/attachment.html>