We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84152 commit 65f8b27Copy full SHA for 65f8b27
1 file changed
Cslib/Computability/Automata/NA/Sum.lean
@@ -71,7 +71,9 @@ theorem iSum_language_eq {na : (i : I) → NA (State i) Symbol} {acc : (i : I)
71
constructor
72
· rintro ⟨ss, h_run, h_acc⟩
73
simp only [mem_iUnion] at h_acc
74
- grind
+ #adaptation_note
75
+ /-- A grind regression found moving to nightly-2026-03-31 (changes from lean#13166) -/
76
+ grind [Accepts]
77
· rintro ⟨i, ss_i, _⟩
78
use ss_i.map (Sigma.mk i)
79
simp only [mem_iUnion]
0 commit comments