Equations
- Lean.Expr.collectFVars e = do let e ← Lean.instantiateMVars e modify fun (used : Lean.CollectFVars.State) => Lean.collectFVars used e
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
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
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.