You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mathlib/Data/Int/Bitwise.lean
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -363,6 +363,10 @@ theorem shiftRight_add' : ∀ (m : ℤ) (n k : ℕ), m >>> (n + k : ℤ) = (m >>
363
363
364
364
/-! ### bitwise ops -/
365
365
366
+
-- Commented out: please either fix,
367
+
-- or remove after https://github.com/leanprover-community/mathlib4/pull/28884 is merged
0 commit comments