[racket-dev] syntax-parse please!

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Apr 7 10:44:43 EDT 2011

I think that's actually a check in inner itself. :)

On Thursday, April 7, 2011, Matthias Felleisen <matthias at ccs.neu.edu> wrote:
>
> Matthew & Ryan (mostly):
>
> I wrote
>
>  (inner (send bag full?))
>
> instead of
>
>  (inner (send bag full?) rerack!-enabled?)
>
> and got this error message:
>
>   inner: expected an identifier after the keyword and default-value expression in: (inner (send bag full?))
>
> Looks like the macro expansion 'bled' through. Can we use syntax-parse to fix this?
>
>
>
>
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev
>



Posted on the dev mailing list.