Documentation

Lean.Compiler.IR.SimpCase

Equations
  • One or more equations did not get rendered due to their size.

Simplify case

  • Remove unreachable branches.
  • Remove case if there is only one branch.
  • Merge most common branches using Alt.default.
Equations