Skip to content

Commit

Permalink
Remove redundant clause for agda/agda#7496 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
szumixie authored Sep 16, 2024
1 parent 581748b commit e2370fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cubical/HITs/SmashProduct/SymmetricMonoidal.agda
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Bool⋀→ {A = A} (push (inr x) i) = pt A
Bool⋀→ {A = A} (push (push a i₁) i) = pt A

⋀lIdIso : Iso (Bool*∙ {ℓ} ⋀ A) (typ A)
Iso.fun (⋀lIdIso {A = A}) (inl x) = pt A
Iso.fun ⋀lIdIso = Bool⋀→
Iso.inv ⋀lIdIso a = inr (false* , a)
Iso.rightInv ⋀lIdIso a = refl
Expand Down

0 comments on commit e2370fb

Please sign in to comment.