Theorems · Definition
Traversable.foldr
{α β : Type u} → {t : Type u → Type u} → [Traversable t] → (α → β → β) → β → t α → β- Defined in
- Mathlib.Control.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- Traversable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Traversablestatement and proof · cited by 38
- Traversable.foldMapproof · cited by 13
- Monoid.Foldr.mkproof · cited by 3
- Monoid.Foldr.getproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Traversable.foldr_mapstatement · cited by 0
- Traversable.foldr_toListstatement and proof · cited by 0