On 2013-06-25 11:02:37 +0200, Matthew Flatt wrote:
> That error is due to a bug in handling the 'top-level context, and I've
> pushed a repair.
Thanks for the repair and nice explanation!
Cheers,
Asumu
_
Racket Developers list:
http://lists.racket-lang.org/dev
At Tue, 25 Jun 2013 01:11:45 -0400, Asumu Takikawa wrote:
> Hi all,
>
> Does anyone know what the behavior of
>
> (local-transformer-expand #'(define x 3) 'top-level null)
>
> should be? I'm not sure, but I expected something like what
> `local-expand` would do. Instead, I get an error like th
Hi all,
Does anyone know what the behavior of
(local-transformer-expand #'(define x 3) 'top-level null)
should be? I'm not sure, but I expected something like what
`local-expand` would do. Instead, I get an error like this:
> (define-syntax (m stx)
(local-transformer-expand
#'(
3 matches
Mail list logo