[racket] module-compiled-exports

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Oct 18 13:30:45 EDT 2012

At Tue, 2 Oct 2012 01:13:18 +0100, milo arvidsson wrote:
> The documentation for module-compiled-exports says, "beware ... that
> value bindings re-exported through a rename transformer are in the
> syntax list instead of the value list."
> 
> Is it possible to identify which symbols in the syntax list represent
> value bindings that were re-exported through a rename transformer?

I don't think this information is currently available without visiting
the module.

Posted on the users mailing list.