Documentation

Std.Data.Iterators.Lemmas.Producers.List

Lemmas about list iterators #

This module provides lemmas about the interactions of List.iter with Iter.step and various collectors.

@[simp]
theorem List.step_iter_cons {β : Type w} {x : β} {xs : List β} :
@[simp]
theorem List.toArray_iter {β : Type w} {l : List β} :
@[simp]
theorem List.toList_iter {β : Type w} {l : List β} :
@[simp]
theorem List.toListRev_iter {β : Type w} {l : List β} :