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 8bcb560 commit 18608bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lltodk.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ let output_term oc phrases _ llp =
in
let dkgoal = translate_expr ngoal in
let prooftree = extract_prooftree llp in
let goal_name = (List.hd llp).name in
let dkproof = make_proof_term (List.hd goal) prooftree in
fprintf oc "#REQUIRE zenon.\n";
if !Globals.signature_name <> "" then
Expand Down

0 comments on commit 18608bf

Please sign in to comment.