Skip to content

Commit

Permalink
Fix for change in HOL
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Dec 19, 2023
1 parent 4ce61c3 commit 6dbde16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pancake/proofs/loop_removeProofScript.sml
Expand Up @@ -173,6 +173,7 @@ Proof
by fs [EXTENSION,domain_lookup,MEM_MAP,EXISTS_PROD]
\\ fs [spt_eq_thm,wf_inter,wf_fromAList,lookup_fromAList,lookup_inter_alt]
\\ pop_assum kall_tac \\ pop_assum kall_tac
\\ rewrite_tac [GSYM sptreeTheory.LENGTH_toAList]
\\ rename [‘MAP FST xs’]
\\ Induct_on ‘xs’ \\ fs [get_vars_def,FORALL_PROD]
\\ rw [] \\ fs [domain_lookup] \\ rw [] \\ fs []
Expand Down

0 comments on commit 6dbde16

Please sign in to comment.