Try to simplify projections .proj _ i s
where s
is constructor.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Compiler.LCNF.Simp.simpProj? e = failure
Instances For
Application over application.
let g := f a
g b
is simplified to f a b
.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Compiler.LCNF.Simp.simpAppApp? e = failure
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Compiler.LCNF.Simp.simpCtorDiscr? e = failure
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Compiler.LCNF.Simp.applyImplementedBy? e = do let __do_lift ← read guard (__do_lift.config.implementedBy = true) failure
Instances For
Try to apply simple simplifications.
Equations
- One or more equations did not get rendered due to their size.