def
definition
def or abbrev
DiscreteLedgerState
show as:
view Lean formalization →
formal statement (Lean)
64def DiscreteLedgerState := Fin 8 → Bool
proof body
Definition body.
65deriving Fintype, DecidableEq
66
67/-- A ledger transition: a computable function on discrete states. -/