Equations
- instDecidableEqForallForallNatBitStreamEval t₁ t₂ = decidable_of_iff (decideIfZeros (termEvalEqFSM (t₁.xor t₂)).toFSM = true) ⋯
Equations
- run_decide t₁ t₂ = pure (Decidable.decide (t₁.eval = t₂.eval))
Instances For
Equations
- _root_.decide t₁ t₂ = run_decide t₁ t₂