Re: [racket-dev] problem with local-expand and module-begin

2012-06-12 Thread Matthew Flatt
At Wed, 13 Jun 2012 14:31:12 +0800, Sam Tobin-Hochstadt wrote: > I'm trying to use the new behavior of `local-expand` to handle > submodules in Typed Racket. However, I can't get the stop list to > work the way I thought it would. In particular, this expression: > > (local-expand #'(#%plain-

[racket-dev] problem with local-expand and module-begin

2012-06-12 Thread Sam Tobin-Hochstadt
I'm trying to use the new behavior of `local-expand` to handle submodules in Typed Racket. However, I can't get the stop list to work the way I thought it would. In particular, this expression: (local-expand #'(#%plain-module-begin forms ...) 'module-begin (list #'module*)) doesn't stop on