Skip to content

Commit

Permalink
chore: remove duplicate theorem about lists (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi authored Oct 14, 2024
1 parent 9efd9c2 commit 5f963d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Batteries/Data/List/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace List

/-! ### isEmpty -/

theorem isEmpty_iff_eq_nil {l : List α} : l.isEmpty ↔ l = [] := by cases l <;> simp [isEmpty]
@[deprecated (since := "2024-08-15")] alias isEmpty_iff_eq_nil := isEmpty_iff

/-! ### next? -/

Expand Down

0 comments on commit 5f963d5

Please sign in to comment.