Theorems · Definition · category theory
Bicompr.bitraverse
{t : Type u → Type u → Type u} →
[Bitraversable t] →
(F : Type u → Type u) →
[Traversable F] →
{m : Type u → Type u} →
[Applicative m] →
{α β α' β' : Type u} → (α → m β) → (α' → m β') → Function.bicompr F t α α' → m (Function.bicompr F t β β')The bitraverse function for bicompr.
- Defined in
- Mathlib.Control.Bitraversable.Instances
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Traversable.traverseproof · cited by 53
- Traversablestatement and proof · cited by 38
- Bitraversablestatement and proof · cited by 24
- Bitraversable.bitraverseproof · cited by 14
- Function.bicomprstatement · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.