Skip to content

Commit

Permalink
rename dummy_var into negated_conjecture
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jul 18, 2024
1 parent f185d44 commit e68738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ let argspec = [
" print the proof in lambdapi term format";
"-conj", Arg.Unit (fun () -> Globals.neg_conj :=
(* keep space at the beginning *)
" __dummy_var__"),
" __negated_conjecture__"),
" indicate whether there is an explicit conjecture";
"-check-axiom", Arg.Unit (fun () -> Globals.check_axiom := true),
" indicate whether this is a GDV leaf problem";
Expand Down

0 comments on commit e68738f

Please sign in to comment.