Theorems · Definition
Equiv.traversable
{t t' : Type u → Type u} → ((α : Type u) → t α ≃ t' α) → [Traversable t] → Traversable t'The function Equiv.traverse transfers a traversable functor
instance across the equivalences eqv.
- Defined in
- Mathlib.Control.Traversable.Equiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses 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.
- Equivstatement and proof · cited by 8,337
- Traversablestatement and proof · cited by 38
- Equiv.traverseproof · cited by 6
- Equiv.functorproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.isLawfulTraversablestatement and proof · cited by 0