[racket-users] Why does a module need an inside scope?

2022-06-01 Thread sym...@gmail.com
Hi, why does a module need an inside scope in addition to the outside scope? What will break if the inside scope is removed? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send

[racket-users] question about syntax-local-lift-require

2022-06-08 Thread sym...@gmail.com
Hi, The documentation of syntax-local-lift-require says that "If raw-require-spec and stx are part of the input to a transformer, then typically syntax-local-introduce should be app

[racket-users] Re: Why does a module need an inside scope?

2022-06-08 Thread sym...@gmail.com
I see, thank you for letting me know. On Wednesday, June 8, 2022 at 10:53:37 AM UTC-4 gneuner2 wrote: > On Wed, 1 Jun 2022 01:14:46 -0700 (PDT), > "sym...@gmail.com" > wrote: > > >Hi, why does a module need an inside scope in addition to the outside > >sc