Documentation

Lean.Meta.CollectFVars

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

For each variable in s.fvarSet, include its dependencies.

Equations
Equations
  • One or more equations did not get rendered due to their size.