Return true
if mdata
should be preserved.
Right now, we don't preserve any MData
, but this may
change in the future when we add support for debugging information
Equations
Return true
if e
is a lcCast
application.
Equations
- Lean.Compiler.LCNF.isLcCast? e = if Lean.Expr.isAppOfArity e (Lean.Name.mkStr1 "lcCast") 3 = true then some (Lean.Expr.appArg! e) else none
Equations
- Lean.Compiler.LCNF.CasesInfo.numAlts c = Array.size c.altNumParams
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.
List of types that have builtin runtime support
Equations
- One or more equations did not get rendered due to their size.
Return true
iff declName
is the name of a type with builtin support in the runtime.