Skip to content

Commit bfbe7f3

Browse files
loutrstrub
authored andcommitted
chore: removing spurious print statements in theories
1 parent 6176c2c commit bfbe7f3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

theories/datatypes/MSet.ec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,6 @@ proof. by apply/mset_eqP => x; rewrite !multE; smt(mult_ge0). qed.
377377
lemma msetU0 (A : 'a mset) : A `|` mset0 = A.
378378
proof. by apply/mset_eqP => x; rewrite !multE; smt(mult_ge0). qed.
379379

380-
print maxrC.
381-
382380
lemma msetUA (A B C : 'a mset) : A `|` (B `|` C) = A `|` B `|` C.
383381
proof. by apply/mset_eqP => x; rewrite !multE maxrA. qed.
384382

theories/distributions/SDist.ec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ have eq_main_O1e_O1l: equiv[Game(A, O1e).main ~ Gr(O1l).main:
545545
eager proc H (={glob Var}) => //; 2: by sim.
546546
proc*; inline *; rcondf{2} 6; [ by auto | by sp; if; auto].
547547
proc.
548-
print Game.
549548
transitivity* {1} {r <@ Game(A, O1e).main(d);}.
550549
+ by inline *; rcondt{2} 8; auto; call(: ={Var.x}); 1: sim; auto.
551550
rewrite equiv[{1} 1 eq_main_O1e_O1l].

0 commit comments

Comments
 (0)