Theorems · Theorem
Traversable.comp_sequence
∀ {t : Type u → Type u} [inst : Traversable t] [LawfulTraversable t] {F G : Type u → Type u} [inst_2 : Applicative F]
[LawfulApplicative F] [inst_4 : Applicative G] [LawfulApplicative G] {α : Type u} (x : t (F (G α))),
sequence (Functor.Comp.mk <$> x) = Functor.Comp.mk (sequence <$> sequence x)- Defined in
- Mathlib.Control.Traversable.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Traversable.traverseproof · cited by 53
- Functor.Compstatement and proof · cited by 39
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Functor.Comp.mkstatement and proof · cited by 26
- sequencestatement · cited by 6
- Traversable.traverse_mapproof · cited by 6
- LawfulTraversable.comp_traverseproof · cited by 5
- Functor.map_idproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.