Skip to content

Commit

Permalink
Fix missed definition name change
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuBluum committed Oct 29, 2023
1 parent dcd6d47 commit cc9213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cubical/Data/Cardinal/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module _ where
A · (B + C) ≡ (A · B) + (A · C)
·LDist+ = ∥₂.elim3 (λ _ _ _ isProp→isSet (isSetCard _ _))
λ _ _ _ cong ∣_∣₂ (Σ≡Prop (λ _ isPropIsSet)
(isoToPath ×DistL⊎Iso))
(isoToPath ×DistR⊎Iso))

AnnihilL : (A : Card {ℓ}) 𝟘 · A ≡ 𝟘
AnnihilL = ∥₂.elim (λ _ isProp→isSet (isSetCard _ _))
Expand Down

0 comments on commit cc9213f

Please sign in to comment.