Skip to content

Commit

Permalink
Remove some unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen authored and mn200 committed Jun 18, 2024
1 parent 8ec5529 commit 493fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/num/theories/cv_compute/automation/cv_stdScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ val res = cv_trans count_loop_def;
Theorem cv_COUNT_LIST[cv_inline]:
COUNT_LIST n = count_loop n 0
Proof
qsuff_tac `n k. count_loop n k = MAP (λi. i + k) (COUNT_LIST n)` >>
qsuff_tac `!n k. count_loop n k = MAP (\i. i + k) (COUNT_LIST n)` >>
simp[] >>
Induct \\ rw[] \\ simp [rich_listTheory.COUNT_LIST_def,Once count_loop_def]
\\ gvs [MAP_MAP_o,combinTheory.o_DEF,ADD1] \\ AP_THM_TAC \\ AP_TERM_TAC
Expand Down

0 comments on commit 493fc3f

Please sign in to comment.