Skip to content

Commit 3a63c37

Browse files
fix #4127
1 parent 8996e81 commit 3a63c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tactic/arith/purify_arith_tactic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ struct purify_arith_proc {
745745
else {
746746
result = q;
747747
if (m_produce_proofs) {
748-
r.cfg().push_cnstr_pr(nullptr);
748+
r.cfg().push_cnstr_pr(m().mk_reflexivity(q));
749749
}
750750
}
751751
}

0 commit comments

Comments
 (0)