Skip to content

Commit

Permalink
fix: Comment "logic: "
Browse files Browse the repository at this point in the history
  • Loading branch information
PratherConid committed Nov 8, 2023
1 parent c04d9df commit 3f673d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prover_calculi/pred_elim.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ module Make(E : Env.S) : S with module Env = E = struct
_tracked := CS.add cl !_tracked;
) init_clauses;

CCFormat.printf "logic: %s@." (logic_to_str !_logic);
CCFormat.printf "%% logic: %s@." (logic_to_str !_logic);

schedule_tasks ();

Expand Down

0 comments on commit 3f673d1

Please sign in to comment.