Running B.rkt in drracket (version 6.2.900.6) produces:
[
#f
Is this expected behavior or a bug?
Ryan Culpepper
unread,
Aug 11, 2015, 3:12:37 PM8/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Stephen Chang, dev
Expected behavior. Syntax properties and source locations are stripped
from syntax objects when bytecode is marshaled (eg, to a .zo file). See
the first paragraph of http://docs.racket-lang.org/reference/stxprops.html.