Skip to content

Commit fc009fe

Browse files
committed
Try to fix broken CI
1 parent cd3aee1 commit fc009fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/parsing/pure_lexer_implScript.sml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Theorem read_FFIcall_reduces_input:
177177
read_FFIcall s0 a l0 = (t, l, s) ⇒ LENGTH s < LENGTH s0 + 1
178178
Proof
179179
Induct >> dsimp[read_FFIcall_def, bool_case_eq] >> rw[] >>
180-
qpat_x_assum `_ = _` (assume_tac o SYM) >> res_tac >> simp[]
180+
res_tac >> gvs[]
181181
QED
182182

183183
Definition next_sym_alt_def:

0 commit comments

Comments
 (0)