You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We mark some lemmas as simp that were innocuous in Lean 3, but are dangerous now.
The typical case is that the lhs is reducible. For example, Lean 3 triggered only on inj_on applications, while Lean 4 tries to apply the lemma to everything (often causing nontermination):
We mark some lemmas as simp that were innocuous in Lean 3, but are dangerous now.
The typical case is that the lhs is reducible. For example, Lean 3 triggered only on
inj_on
applications, while Lean 4 tries to apply the lemma to everything (often causing nontermination):The text was updated successfully, but these errors were encountered: