[plt-scheme] Error from a module containing only a keyword-using lambda

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Feb 21 17:00:05 EST 2008

Fixed in SVN (a bug in `lambda').

Thanks for the report,
Matthew

At Thu, 21 Feb 2008 16:04:52 -0500, Stevie Strickland wrote:
> I was trying something out and wrote a module containing only the  
> following:
> 
> -----
> 
> #lang scheme/base
> 
> (lambda (#:foo x)
>    x)
> 
> -----
> 
> Upon evaluation, DrScheme gives the error: "syntax-local-lift- 
> expression: no lift target".
> 
> Stevie
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.