[racket] is there any way to check whether two syntax objects have the same ... ?

From: Roman Klochkov (kalimehtar at mail.ru)
Date: Sun Aug 17 13:31:23 EDT 2014

 Maybe something of

http://docs.racket-lang.org/reference/stxcmp.html

?


Sat, 16 Aug 2014 23:32:10 -0400 от "Alexander D. Knauth" <alexander at knauth.org>:
>Is there any way to check whether two syntax objects have the same lexical information, syntax-e (recursively), source location, properties, and whatever else they have, even if they aren’t eq?
>
>For the syntax-e and source-location this is straightforward, but if there’s no accessor for the lexical information then how do I check if the lexical information is the same if the syntax objects aren’t eq?
>
>And for the properties, can you only check the properties with keys that are interned symbols? 
>
>
>
>____________________
>  Racket Users list:
>   http://lists.racket-lang.org/users


-- 
Roman Klochkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140817/c77f43b4/attachment.html>

Posted on the users mailing list.