Skip to content

Commit

Permalink
avoid the use of argument-free instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
skylee03 committed Jun 23, 2024
1 parent badeeab commit 166f76a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fsub/Fsub_LetSum_Infrastructure.v
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ Proof with eauto using subst_tt_type.
intros;
try rewrite subst_te_open_ee_var;
try rewrite subst_te_open_te_var;
instantiate;
eauto using subst_tt_type
].
Qed.
Expand All @@ -625,7 +624,7 @@ Proof with auto.
intros;
try rewrite subst_ee_open_ee_var;
try rewrite subst_ee_open_te_var;
instantiate;
idtac;
auto
].
Case "expr_var".
Expand Down

0 comments on commit 166f76a

Please sign in to comment.