Documentation Verification Report

Traversable

📁 Source: Mathlib/Data/Tree/Traversable.lean

Statistics

MetricCount
DefinitionsinstTraversable
1
Theoremscomp_traverse, instLawfulTraversable, naturality, traverse_eq_map_id
4
Total5

Tree

Definitions

NameCategoryTheorems
instTraversable 📖CompOp
1 mathmath: instLawfulTraversable

Theorems

NameKindAssumesProvesValidatesDepends On
comp_traverse 📖mathematicaltraverse
Functor.Comp
Functor.Comp.instApplicativeComp
Tree
traverse.eq_1
traverse.eq_2
seq_map_assoc
map_seq
instLawfulTraversable 📖mathematicalLawfulTraversable
Tree
instTraversable
id_map
comp_map
traverse_pure
CommApplicative.toLawfulApplicative
instCommApplicativeId
comp_traverse
traverse_eq_map_id
naturality
naturality 📖mathematicalTree
traverse
ApplicativeTransformation.app
traverse.eq_1
ApplicativeTransformation.preserves_pure
traverse.eq_2
ApplicativeTransformation.preserves_seq
ApplicativeTransformation.preserves_map
traverse_eq_map_id 📖mathematicaltraverse
Tree
map
traverse.eq_1
map.eq_1
traverse.eq_2
map.eq_2
CommApplicative.toLawfulApplicative
instCommApplicativeId

---

← Back to Index