Skip to content

Commit 28d4d5f

Browse files
Update abstract-set-theory
1 parent f4a825b commit 28d4d5f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Ledger/Conway/Specification/Epoch/Properties/ExpiredDReps.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ module AcceptedByDRep-≈ {Γ Γ' : RatifyEnv} (Γ≈Γ' : RatifyEnv- Γ ≈ Γ'
233233
234234
acceptedStake : abdr.acceptedStake ≡ abdr'.acceptedStake
235235
acceptedStake =
236-
indexedSumᵛ'-cong ⦃ it ⦄ ⦃ it ⦄ ⦃ CommMonoid-ℕ-+ ⦄ {f = id}
236+
indexedSumᵛ'-cong {f = id}
237237
{x = StakeDistrs.stakeDistrVDeleg Γ.stakeDistrs ∣ abdr.actualVotes ⁻¹ _}
238238
{y = StakeDistrs.stakeDistrVDeleg Γ'.stakeDistrs ∣ abdr'.actualVotes ⁻¹ _}
239239
(resᵐ-cong {m = StakeDistrs.stakeDistrVDeleg Γ.stakeDistrs}
@@ -242,7 +242,7 @@ module AcceptedByDRep-≈ {Γ Γ' : RatifyEnv} (Γ≈Γ' : RatifyEnv- Γ ≈ Γ'
242242
(⁻¹-cong {m = abdr.actualVotes} {m' = abdr'.actualVotes} actualVotes))
243243
244244
totalStake : abdr.totalStake ≡ abdr'.totalStake
245-
totalStake = indexedSumᵛ'-cong ⦃ it ⦄ ⦃ it ⦄ ⦃ CommMonoid-ℕ-+ ⦄ {f = id}
245+
totalStake = indexedSumᵛ'-cong {f = id}
246246
{x = StakeDistrs.stakeDistrVDeleg Γ.stakeDistrs ∣ dom (abdr.actualVotes ∣^ (❴ Vote.yes ❵ ∪ ❴ Vote.no ❵))}
247247
{y = StakeDistrs.stakeDistrVDeleg Γ'.stakeDistrs ∣ dom (abdr'.actualVotes ∣^ (❴ Vote.yes ❵ ∪ ❴ Vote.no ❵))}
248248
(resᵐ-cong {m = StakeDistrs.stakeDistrVDeleg Γ.stakeDistrs}

src/Ledger/Conway/Specification/Utxo/Properties/GenMinSpend.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module _ -- ASSUMPTION --
129129
(disjoint-sing ¬p)
130130
131131
indexedSumᵐ proj₂ ((d ᶠᵐ) ∪ˡᶠ (❴ dp , c ❵ ᶠᵐ))
132-
≡⟨ sym $ indexedSumᵐ-∪ˡ-∪ˡᶠ {B = ⊤} d ❴ dp , c ❵ ⟩
132+
≡⟨ sym $ indexedSumᵐ-∪ˡ-∪ˡᶠ d ❴ dp , c ❵ ⟩
133133
getCoin (d ∪ˡ ❴ dp , c ❵)
134134
135135
where

0 commit comments

Comments
 (0)