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

generalize hits max rec depth when ground exponentials are present #3524

Closed
kim-em opened this issue Feb 28, 2024 · 0 comments · Fixed by #3575
Closed

generalize hits max rec depth when ground exponentials are present #3524

kim-em opened this issue Feb 28, 2024 · 0 comments · Fixed by #3575
Labels
bug Something isn't working

Comments

@kim-em
Copy link
Collaborator

kim-em commented Feb 28, 2024

example (a : Nat) : ((2 ^ 7) + a) - 2 ^ 7 = 0 := by
  generalize 0 - 0 = x -- fails with a max rec depth error (should do nothing)

Observed on both master and v4.6.0-rc1.

Reducing 7, changing either - to a +, or removing the + a or changing it to a constant, all work.

@kim-em kim-em added the bug Something isn't working label Feb 28, 2024
leodemoura added a commit that referenced this issue Mar 3, 2024
github-merge-queue bot pushed a commit that referenced this issue Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant