I was trying to transform the syntax produced by an (include/...) statement, 
specifically (include/text) from scribble/text. But when I did this:
(transform (include "somefile.scribble")) it transformed the syntax #'(include 
"somefile.scribble"), not the syntax produced from its expansion.

I'm really hoping I don't have to do this:

(eval #`(transform #,@(include/text "somefile.scribble"))

Should I do like... (transform (expand (include/text "somefile.scribble"))) 
or... how would I transform what some syntax expanded into, rather than what it 
started out as?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to