simp
fails to see through abbrev
#5606
Labels
closing soon
This issue will be closed soon (<1 month) as it is missing essential features.
P-medium
We may work on this issue if we find the time
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 following
simp
call fails to unfold theabbrev
Bar
.Expected behavior: both
simp
calls succeed.Actual behavior: the first
simp
call fails.Additional Information
The issue does not occur with
Foo : Prop
andBar := True -> Foo
.Versions
"4.12.0-nightly-2024-10-02"
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: