You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the macro transforms the expression into baz and then that identifier is not found. It seems it should have been, though, based on r7rs:
If a macro transformer inserts a free reference to an
identifier, the reference refers to the binding that was
visible where the transformer was specified, regardless
of any local bindings that surround the use of the
macro.
This is similar to #162
The text was updated successfully, but these errors were encountered: