Documentation

Lean.Compiler.LCNF.LCtx

LCNF local context.

Instances For
    def Lean.Compiler.LCNF.LCtx.addParam {pu : Purity} (lctx : LCtx) (param : Param pu) :
    Instances For
      def Lean.Compiler.LCNF.LCtx.addLetDecl {pu : Purity} (lctx : LCtx) (letDecl : LetDecl pu) :
      Instances For
        def Lean.Compiler.LCNF.LCtx.addFunDecl {pu : Purity} (lctx : LCtx) (funDecl : FunDecl pu) :
        Instances For
          def Lean.Compiler.LCNF.LCtx.eraseParam {pu : Purity} (lctx : LCtx) (param : Param pu) :
          Instances For
            Instances For
              Instances For
                partial def Lean.Compiler.LCNF.LCtx.eraseFunDecl {pu : Purity} (lctx : LCtx) (decl : FunDecl pu) (recursive : Bool := true) :
                partial def Lean.Compiler.LCNF.LCtx.eraseAlts {pu : Purity} (alts : Array (Alt pu)) (lctx : LCtx) :
                partial def Lean.Compiler.LCNF.LCtx.eraseCode {pu : Purity} (code : Code pu) (lctx : LCtx) :
                @[inline]
                Instances For
                  @[inline]
                  Instances For
                    @[inline]
                    Instances For

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

                      Instances For