Documentation

Lean.Compiler.IR.PushProj

Push projections inside case branches.

Equations
  • d.pushProj = match d with | Lean.IR.Decl.fdecl f xs type b info => (d.updateBody! b.pushProj).normalizeIds | other => other
Instances For