Equations
- Lean.Expr.collectFVars e = do let e ← liftM (Lean.Meta.instantiateMVars e) modify fun used => Lean.collectFVars used e
Equations
- One or more equations did not get rendered due to their size.
For each variable in s.fvarSet
, include its dependencies.
Equations
- Lean.CollectFVars.State.addDependencies s = do let discr ← StateRefT'.run (StateRefT'.run Lean.CollectFVars.State.addDependencies.go 0) s match discr with | (fst, s) => pure s
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.