def
definition
def or abbrev
foldPlusOneProgram
show as:
view Lean formalization →
formal statement (Lean)
41@[simp] def foldPlusOneProgram : LProgram :=
proof body
Definition body.
42 fun _ => LInstr.fold 1
43
44/-- One-voxel semantics for `foldPlusOneProgram`: increment `nuPhi` by `+1` (clamped); leave `aux5` unchanged. -/