Mathlib Map

Theorems · Definition

Traversable.foldlm

{α β : Type u} →
  {t : Type u → Type u} → [Traversable t] → {m : Type u → Type u} → [Monad m] → (α → β → m α) → α → t β → m α
Defined in
Mathlib.Control.Fold
Cited by
2 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
TraversableMonad

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.

Cited by2

Results whose statement or proof uses this declaration.