Equations
- e.collectFVars = do let e ← Lean.instantiateMVars e modify fun (used : Lean.CollectFVars.State) => Lean.collectFVars used e
Instances For
Equations
- (Lean.LocalDecl.cdecl index fvarId userName type bi kind).collectFVars = type.collectFVars
- (Lean.LocalDecl.ldecl index fvarId userName type value nonDep kind).collectFVars = do type.collectFVars value.collectFVars
Instances For
For each variable in s.fvarSet
, include its dependencies.
Equations
- s.addDependencies = do let __discr ← (Lean.CollectFVars.State.addDependencies.go.run 0).run 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.