[racket-dev] Documentation for 'disappeared-use and 'disappeared-binding
The basic idea is that some identifiers from the original program
don't survive into the fully expanded form. So macros that makes those
identifiers disappear record that they've done so with this syntax
property.
Robby
On Sun, Nov 28, 2010 at 6:02 AM, Casey Klein
<clklein at eecs.northwestern.edu> wrote:
> The documentation doesn't appear to explain the meaning of the
> 'disappeared-use and 'disappeared-binding syntax properties. I've
> gathered that Check Syntax looks for them, but I don't know exactly
> how it uses them. Do other tools interpret them too?
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/dev
>