@[inline]
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Compiler.LCNF.PP.ppArgs args = Lean.Compiler.LCNF.PP.prefixJoin (Std.Format.text " ") args Lean.Compiler.LCNF.PP.ppArg
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Compiler.LCNF.PP.ppParams params = Lean.Compiler.LCNF.PP.prefixJoin (Std.Format.text " ") params Lean.Compiler.LCNF.PP.ppParam
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Compiler.LCNF.PP.getFunType ps type = Lean.Compiler.LCNF.instantiateForall type (Array.map (fun x => Lean.mkFVar x.fvarId) ps)
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
def
Lean.Compiler.LCNF.runCompilerWithoutModifyingState
{α : Type}
(x : Lean.Compiler.LCNF.CompilerM α)
:
Execute x in CoreM without modifying Cores state.
This is useful if we want make sure we do not affect the next free variable id.
Equations
- One or more equations did not get rendered due to their size.
Similar to ppDecl, but in CoreM, and it does not assume
decl has already been internalized.
This function is used for debugging purposes.
Equations
- Lean.Compiler.LCNF.ppDecl' decl = Lean.Compiler.LCNF.runCompilerWithoutModifyingState do let __do_lift ← Lean.Compiler.LCNF.Decl.internalize decl ∅ Lean.Compiler.LCNF.ppDecl __do_lift
Similar to ppCode, but in CoreM, and it does not assume
code has already been internalized.
Equations
- Lean.Compiler.LCNF.ppCode' code = Lean.Compiler.LCNF.runCompilerWithoutModifyingState do let __do_lift ← Lean.Compiler.LCNF.Code.internalize code ∅ Lean.Compiler.LCNF.ppCode __do_lift