Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 24, 2024
2 parents 28ef241 + 0e22886 commit 4cc963b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ public ProofObligationList getDefProofObligations(POContextStack ctxt, POGState

for (PODefinition d: this)
{
ctxt.push(new POLetDefContext(d)); // In scope for recursive or total obligations
count++;

obligations.addAll(d.getProofObligations(ctxt, pogState, env));
ctxt.push(new POLetDefContext(d));
count++;
}

for (int i=0; i<count; i++)
Expand Down

0 comments on commit 4cc963b

Please sign in to comment.