Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jul 19, 2024
1 parent 282a4b5 commit 5d70d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lltodk.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,9 +1067,9 @@ let output_term oc phrases _ llp =
fprintf oc "\n[] %s.%s --> " !Globals.signature_name goal_name
end
else fprintf oc "\n[] %s --> " goal_name;
let n = !Globals.conjecture in
if n <> "" then
fprintf oc "__negated_conjecture_proof__ : proof (not %s) =>\n" n;
if !Globals.conjecture <> "" then
fprintf oc "__negated_conjecture_proof__ : \
zenon.proof (zenon.not Signature.conjecture) =>\n";
fprintf oc "zenon.nnpp (%a)\n(%a)"
print_dk_term dkgoal print_dk_term dkproof;
if !Globals.signature_name <> "" then fprintf oc ".";
Expand Down

0 comments on commit 5d70d16

Please sign in to comment.