Documentation

Lean.Compiler.LCNF.LCtx

Equations
  • lctx.addParam param = { params := lctx.params.insert param.fvarId param, letDecls := lctx.letDecls, funDecls := lctx.funDecls }
Instances For
    Equations
    • lctx.addFunDecl funDecl = { params := lctx.params, letDecls := lctx.letDecls, funDecls := lctx.funDecls.insert funDecl.fvarId funDecl }
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Convert a LCNF local context into a regular Lean local context.

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