75structure LedgerConstraint (State : Type*) where 76 /-- Total debit for a state. -/ 77 debit : State → ℤ 78 /-- Total credit for a state. -/ 79 credit : State → ℤ 80 81namespace LedgerConstraint 82 83variable {State : Type*} 84 85/-- A state satisfies the ledger constraint if debit = credit. -/
used by (7)
From the project-wide theorem graph. These declarations reference this one in their body.