def
definition
lCycle
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.VM.State on GitHub at line 59.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
56 { s' with winJ := s.winJ, winJPrev := s.winJPrev }
57
58/-- Eight-tick cycle helper derived from the wrapped stepper. -/
59def lCycle (P : LProgram) (s : LState) : LState :=
60 Nat.iterate (lStep P) 8 s
61
62end IndisputableMonolith.VM