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
When desugaring introduces a `K"Identifer"` it should always decorate it
with an associates scope layer - either adopted from the users code, or
an internal layer created on the fly.
This ensures desugaring treats hygiene consistently with macro
expansion (thus ensuring that desugaring itself is hygienic).
0 commit comments