LCNF local context.
- params : Std.HashMap FVarId Param
- letDecls : Std.HashMap FVarId LetDecl
- funDecls : Std.HashMap FVarId FunDecl
Instances For
Equations
- Lean.Compiler.LCNF.instInhabitedLCtx = { default := { params := default, letDecls := default, funDecls := default } }
Convert a LCNF local context into a regular Lean local context.
Equations
- One or more equations did not get rendered due to their size.