Skip to content

Commit

Permalink
use repeated rewriting in Closure_tac
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Jun 11, 2022
1 parent 2b2de10 commit 5591164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion characteristic/cfTacticsLib.sml
Expand Up @@ -219,7 +219,8 @@ fun xcf_with_defs name f_defs =
CONV_TAC (DEPTH_CONV naryClosure_repack_conv) \\
irule app_of_cf THEN
CONJ_TAC THEN1 eval_tac THEN
CONJ_TAC THEN1 eval_tac THEN PURE_REWRITE_TAC[cf_def]
CONJ_TAC THEN1 eval_tac THEN
rpt(CHANGED_TAC(PURE_ONCE_REWRITE_TAC[cf_def] \\ reduce_tac))

val Recclosure_tac =
CONV_TAC (DEPTH_CONV (REWR_CONV (GSYM letrec_pull_params_repack))) \\
Expand Down

0 comments on commit 5591164

Please sign in to comment.