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

Ledger

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)

  11structure Ledger where
  12  Carrier : Type
  13  state : Option Carrier := none

proof body

Definition body.

  14  tick : Option (Carrier → ℕ) := none
  15
  16/-- Bridge over a ledger. -/

depends on (3)

Lean names referenced from this declaration's body.