Theorems · Inductive type
Traversable
(Type u → Type u) → Type (u + 1)
A traversable functor is a functor along with a way to commute
with all applicative functors (see sequence). For example, if t
is the traversable functor List and m is the applicative functor
IO, then given a function f : α → IO β, the function Functor.map f is
List α → List (IO β), but traverse f is List α → IO (List β).
- Defined in
- Mathlib.Control.Traversable.Basic
- Cited by
- 38 results in Mathlib
- Foundations
- Depth 0 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 by60
Results whose statement or proof uses this declaration.
- Traversable.traversestatement and proof · cited by 53
- LawfulTraversablestatement · cited by 37
- Traversable.foldMapstatement and proof · cited by 13
- Traversable.toListstatement and proof · cited by 8
- LawfulTraversable.naturalitystatement and proof · cited by 6
- Equiv.traversestatement and proof · cited by 6
- sequencestatement and proof · cited by 6
- Traversable.toList_specstatement and proof · cited by 6
- Traversable.traverse_mapstatement and proof · cited by 6
- LawfulTraversable.comp_traversestatement and proof · cited by 5
- LawfulTraversable.id_traversestatement and proof · cited by 5
- Traversable.foldMap_hom_freestatement and proof · cited by 5