-
Notifications
You must be signed in to change notification settings - Fork 439
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
simp unfolds a local let with zetaDelta disabled #5455
Comments
leodemoura
added a commit
that referenced
this issue
Nov 19, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Nov 20, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
kim-em
pushed a commit
that referenced
this issue
Nov 20, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Nov 21, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Nov 22, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Nov 30, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
kim-em
pushed a commit
that referenced
this issue
Dec 3, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Dec 6, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Dec 11, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
leodemoura
added a commit
that referenced
this issue
Dec 14, 2024
…ional equality in `simp` This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 TODO: fix broken tests
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 14, 2024
…ional equality in `simp` (#6123) This PR ensures that the configuration in `Simp.Config` is used when reducing terms and checking definitional equality in `simp`. closes #5455 --------- Co-authored-by: Kim Morrison <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Please put an X between the brackets as you perform the following steps:
https://github.com/leanprover/lean4/issues
Avoid dependencies to Mathlib or Batteries.
https://live.lean-lang.org/#project=lean-nightly
(You can also use the settings there to switch to “Lean nightly”)
Description
The
simp only
call here unfoldsd
, even though thezetaDelta
option is disabled.Context
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/simp.20and.20local.20lets
[Broader context that the issue occurred in. If there was any prior discussion on the Lean Zulip, link it here as well.]
Steps to Reproduce
Expected behavior:
simp only
does not unfoldc
ord
Actual behavior:
simp only
unfoldsd
.Versions
Tested on live.lean-lang.org nightly.
Additional Information
@fpvandoorn suggests:
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered: