Theorems · Definition
List.mapAccumr
{α : Type u_1} → {β : Type u_2} → {γ : Type u_3} → (α → γ → γ × β) → List α → γ → γ × List βRuns a function over a list returning the intermediate results and a final result.
- Defined in
- Mathlib.Data.List.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by4
Results whose statement or proof uses this declaration.
- List.Vector.mapAccumrproof · cited by 18
- List.mapAccumr.eq_defstatement and proof · cited by 0
- List.length_mapAccumrstatement · cited by 0
- List.mapAccumr_eq_foldrstatement · cited by 0