Skip to content

Commit

Permalink
Get a proof to build with an exclude_simps
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Nov 29, 2023
1 parent 4ac0c7c commit a3cf8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/repl/evaluate_skipScript.sml
Expand Up @@ -341,7 +341,7 @@ Theorem pmatch_update:
match_res_rel (λenv env'.
LIST_REL (λ(n,v) (m,w). n = m ∧ v_rel fr ft fe v w)
env env') res res')
Proof
Proof[exclude_simps = option.OPTREL_NONE]
ho_match_mp_tac pmatch_ind \\ rw [] \\ gvs [pmatch_def, v_rel_def, SF SFY_ss]
>- (rw [] \\ gs [])
>- (
Expand Down

0 comments on commit a3cf8bb

Please sign in to comment.