Comment 3 for bug 260143

Revision history for this message
leppie (leppie) wrote :

I wrote:

> does the original described behaviour only occur when redefined after a library has been imported?

It appears either way.

> (define select)
> (import (ironscheme linq))
> (from x in '(1 2 3) select x)
&message: "invalid syntax"
&syntax: (select x)

Any ideas how to 'solve' this issue would be greatly appreciated.

Thanks

leppie