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
Instances For

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

    Equations
    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.
        Instances For