Skip to content

Commit 3a32c44

Browse files
authored
Merge pull request #1166 from CakeML/UNCURRY_CONST_fix
Uncurry const fix
2 parents 3d7e939 + 175c6c7 commit 3a32c44

File tree

3 files changed

+427
-344
lines changed

3 files changed

+427
-344
lines changed

compiler/backend/proofs/word_bignumProofScript.sml

+1
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,7 @@ fun derive_corr_thm const_def = let
20022002
[DOMSUB_FAPPLY_THM,FAPPLY_FUPDATE_THM,APPLY_UPDATE_THM]))
20032003
\\ simp_tac std_ss [Once LET_THM]))
20042004
\\ fs [] \\ rw []
2005+
\\ TRY (CHANGED_TAC (simp[oneline SND]) \\ TOP_CASE_TAC \\ fs[])
20052006
\\ imp_res_tac single_add_word_imp_0_1
20062007
\\ rw [] \\ TRY eq_tac \\ rw [] \\ fs [true_pres]
20072008
\\ CONV_TAC sort_writes_conv \\ fs []

0 commit comments

Comments
 (0)