Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Gross <jasongross9@gmail.com>
  • Loading branch information
mrhaandi and JasonGross committed Apr 16, 2021
1 parent a8b58a9 commit 99e40bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Util/ZUtil/TruncatingShiftl.v
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Module Z.
Z.truncating_shiftl m (Z.truncating_shiftl m a p) q
= Z.truncating_shiftl m a (p + q).
Proof. Z.solve_using_testbit. Qed.

Lemma truncating_shiftl0 m k :
Z.truncating_shiftl m 0 k = 0.
Proof. Z.solve_using_testbit. Qed.
Expand Down

0 comments on commit 99e40bb

Please sign in to comment.