def
definition
def or abbrev
foldMinusOneProgram
show as:
view Lean formalization →
formal statement (Lean)
317@[simp] def foldMinusOneProgram : LProgram :=
proof body
Definition body.
318 fun _ => LInstr.fold (-1)
319
320/-- One-voxel semantics for `foldMinusOneProgram`: decrement `nuPhi` by `1` (clamped); leave `aux5` unchanged. -/