pith. machine review for the scientific record. sign in
structure definition def or abbrev

LedgerComputer

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  96structure LedgerComputer where
  97  /-- Current ledger state -/
  98  entries : List ℝ
  99  /-- Update rule: 8-tick based -/
 100  update : List ℝ → List ℝ
 101
 102/-- The ledger update follows 8-tick phases. -/

depends on (2)

Lean names referenced from this declaration's body.