Skip to content

Commit

Permalink
Update src/Rewriter/Rewriter/ProofsCommon.v
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 20, 2024
1 parent 55e1cde commit 661140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rewriter/Rewriter/ProofsCommon.v
Original file line number Diff line number Diff line change
Expand Up @@ -3674,7 +3674,7 @@ Module Compilers.
[ now eauto | intros | reflexivity ];
try solve [ fin_t ]
| progress (cbn [UnderLets.interp_related UnderLets.interp_related_gen expr.interp_related expr.interp_related_gen];
repeat (eexists; [> idtac ]; eexists; repeat apply conj; intros))
repeat (eexists; []; eexists; repeat apply conj; intros))
| solve
[ repeat
first
Expand Down

0 comments on commit 661140d

Please sign in to comment.