Skip to content

Commit

Permalink
Adapt to coq#19822 (#165)
Browse files Browse the repository at this point in the history
* adapt to coq#19822

* Update src/Rewriter/Rewriter/ProofsCommon.v

---------

Co-authored-by: Jason Gross <[email protected]>
  • Loading branch information
Tragicus and JasonGross authored Nov 20, 2024
1 parent edd0611 commit 8ab716a
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 (do 2 eexists; repeat apply conj; intros))
repeat (eexists; []; eexists; repeat apply conj; intros))
| solve
[ repeat
first
Expand Down

0 comments on commit 8ab716a

Please sign in to comment.