Documentation

FormalConjecturesForMathlib.Lean.Elab.InfoTree.Util

InfoTree utils #

This file contains a few functions that are useful for traversing infotrees.

def Lean.Elab.InfoTree.visitStateOf {σ : Type} {m : TypeType u_1} [Monad m] [MonadStateOf σ m] (visit : ContextInfoInfoPersistentArray InfoTreem Unit) :

Visit nodes in an infotree, where state is set only within a single branch.

Equations
Instances For