Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[subst]: fix name capture #545

Merged
merged 1 commit into from
May 3, 2024
Merged

[subst]: fix name capture #545

merged 1 commit into from
May 3, 2024

Conversation

strub
Copy link
Member

@strub strub commented May 3, 2024

When crossing a let-binding, remove the bound variables from the substitution in all situation.

Fix #544

When crossing a let-binding, remove the bound variables from
the substitution in *all* situation.

Fix #544
@strub strub added the bug label May 3, 2024
@strub strub added this to the Release 2024.07 milestone May 3, 2024
@strub strub self-assigned this May 3, 2024
@strub strub enabled auto-merge May 3, 2024 22:29
@strub strub disabled auto-merge May 3, 2024 22:29
@strub strub merged commit 11948bd into main May 3, 2024
21 checks passed
@strub strub deleted the fix-544 branch May 3, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsoundness from substitution with nested let patterns
1 participant