[plt-scheme] Testing procedures using local-expand

From: Noel Welsh (noelwelsh at gmail.com)
Date: Wed Apr 29 12:08:46 EDT 2009

Thanks. I'm rollin'

N.

On Wed, Apr 29, 2009 at 4:51 PM, Ryan Culpepper <ryanc at ccs.neu.edu> wrote:
> That doesn't necessarily mean that the term is bad, just that it doesn't
> match any clause of some 'syntax-case' expression.
...
> If you're putting 'sort-exprs' in another module and requiring it
> for-syntax, you need to add
>  (require (for-template scheme/base))
> to the module; otherwise, it won't have the right bindings for
> 'define-values' and 'define-syntaxes', and the literals won't match.
> Omitting that require gives you the error you reported above.


Posted on the users mailing list.