def
definition
def or abbrev
init
show as:
view Lean formalization →
formal statement (Lean)
31@[simp] def init (reg6 : Reg6) (aux5 : Aux5) : LState :=
proof body
Definition body.
32 let base := LNAL.LState.init reg6 aux5
33 { base := base, windowIdx := 0, winJ := 0, winJPrev := 0 }
34
35/-- Detect if the current window budget has been depleted. -/