[plt-scheme] Issues with expand

From: Kimberley Burchett (kim.burchett at gmail.com)
Date: Sun Aug 27 12:31:04 EDT 2006

On 8/9/06, Danny Yoo <dyoo at hkn.eecs.berkeley.edu> wrote:
> What's happening is that, within the syntax that has been built, the
> syntax is being enriched with lexical binding information from the
> enclosing module.  Try using the following code to help erase that
> information:

There's an easier way.  Either use expand-syntax (which doesn't do
enrichment), or use local-expand.  I ran into this error several times
as well when I first started doing what Casey's doing, but once I
started using local-expand exclusively, I didn't have any more
problems.

-- 
Kimberley Burchett
http://www.kimbly.com/


Posted on the users mailing list.