take and drop #
Further results on List.take
and List.drop
, which rely on stronger automation in Nat
,
are given in Init.Data.List.TakeDrop
.
takeWhile and dropWhile #
theorem
List.head_dropWhile_not
{α : Type u_1}
(p : α → Bool)
(l : List α)
(w : dropWhile p l ≠ [])
:
@[simp]
@[simp]