Additions to Lean.Elab.InfoTree.Main
#
Collects all suggestions from all TryThisInfo
s in trees
.
trees
is visited in order and suggestions in each tree are collected in post-order.
Equations
Instances For
Visits all trees.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.collectTryThisSuggestions.visitNode
(_ctx : ContextInfo)
(i : Info)
(_children : PersistentArray InfoTree)
:
Visits a node in a tree.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Elab.collectTryThisSuggestions.visitNode _ctx i _children = pure PUnit.unit