Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
I honestly have no idea how that happened.
  • Loading branch information
dnezam committed Sep 23, 2024
1 parent 24ff299 commit 2dca075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions characteristic/cfScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -2000,8 +2000,7 @@ Definition cf_def:
cf (p:'ffi ffi_proj) (Tannot e _) = cf p e /\
cf _ _ = cf_bottom
Termination
WF_REL_TAC
Endmeasure (exp_size o SND)` \\ rw []
WF_REL_TAC `measure (exp_size o SND)` \\ rw []
THEN1 (
Cases_on `opt` \\ Cases_on `e1` \\ fs [is_bound_Fun_def] \\
drule Fun_body_exp_size \\ strip_tac \\ fs [astTheory.exp_size_def]
Expand All @@ -2014,7 +2013,6 @@ Endmeasure (exp_size o SND)` \\ rw []
drule Fun_body_exp_size \\ strip_tac \\ fs [astTheory.exp_size_def]
)
End

val cf_defs = [
cf_def,
cf_lit_def,
Expand Down

0 comments on commit 2dca075

Please sign in to comment.