- visitedExpr : Lean.ExprSet
- fvarSet : Lean.FVarIdSet
- fvarIds : Array Lean.FVarId
Instances For
Equations
- Lean.CollectFVars.instInhabitedState = { default := { visitedExpr := default, fvarSet := default, fvarIds := default } }
Equations
- s.add fvarId = { visitedExpr := s.visitedExpr, fvarSet := s.fvarSet.insert fvarId, fvarIds := s.fvarIds.push fvarId }
Instances For
@[reducible, inline]
Instances For
Equations
- Lean.collectFVars s e = Lean.CollectFVars.main e s