@[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
- 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.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.run x = Lean.withOptions (fun a => Lean.Option.set a Lean.pp.sanitizeNames false) do let a ← get ReaderT.run x (Lean.Compiler.LCNF.LCtx.toLocalContext a.lctx)
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.
Similar to ppDecl
, but in CoreM
, and it does not assume
decl
has already been internalized.
This function is used for debugging purposes.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Compiler.LCNF.ppDecl'.go decl = do let decl ← Lean.Compiler.LCNF.Decl.internalize decl ∅ Lean.Compiler.LCNF.ppDecl decl