Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Archive/Arithcc): avoid defEq abuse (#16754)
the `rfl` was a bit of a defeq abuse: The goal was `StateEqRs a b` for definitely different terms `a` and `b`, but it was still using `StateEqRs.refl a`, because then after unfolding `StateEqRs` and doing a bit of computation the proof held. This would break once leanprover/lean4#3714 lands, and is a bit fishy in any case so let's just let `simp` handle it.
- Loading branch information