Skip to content

Commit

Permalink
chore: remove simp from negOne_eq_allOnes (leanprover-community#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Feb 20, 2024
1 parent 86d845f commit dd87fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Std/Data/BitVec/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private theorem allOnes_def :
else
simp [h]

@[simp] theorem negOne_eq_allOnes : -1#w = allOnes w :=
theorem negOne_eq_allOnes : -1#w = allOnes w :=
rfl

/-! ### or -/
Expand Down

0 comments on commit dd87fc3

Please sign in to comment.