Skip to content

Commit dd3418e

Browse files
authored
tiny fix
1 parent a874b47 commit dd3418e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

correctness/RegexCorrectness/VM/CharStep/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ theorem eq_updates_of_mem_next {i k} (h : stepChar (HistoryStrategy s) nfa wf po
3737
next'.updates[k] = next.updates[k] := by
3838
simp only [HistoryStrategy.update_def, stepChar, Fin.getElem_fin] at h
3939
split at h
40-
· · expose_names; exact εClosure.eq_updates_of_mem_next h mem
40+
· expose_names; exact εClosure.eq_updates_of_mem_next h mem
4141
· grind only
4242

4343

0 commit comments

Comments
 (0)