Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Jan 14, 2025
1 parent 525750e commit 8bfe8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewriter/basic_rewrite_rcons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1600,8 +1600,8 @@ bool BasicRewriteRCons::ensureProofMacroLambdaAppElimShadow(CDProof* cdp,
size_t i = 0;
while (i < matchConds.size())
{
Assert(mc.getKind() == Kind::EQUAL);
Node mc = matchConds[i];
Assert(mc.getKind() == Kind::EQUAL);
i++;
if (mc[0].getKind() == mc[1].getKind() && mc[0].isClosure())
{
Expand Down

0 comments on commit 8bfe8c9

Please sign in to comment.