Skip to content

Commit

Permalink
chore: remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Sep 23, 2024
1 parent 05a119c commit e2816b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Init/Data/BitVec/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2248,6 +2248,7 @@ theorem getLsbD_intMax (w : Nat) : (intMax w).getLsbD i = decide (i + 1 < w) :=
· simp [h]
· rw [Nat.sub_add_cancel (Nat.two_pow_pos (w - 1)), Nat.two_pow_pred_mod_two_pow (by omega)]


/-! ### Non-overflow theorems -/

/--
Expand Down

0 comments on commit e2816b7

Please sign in to comment.