Skip to content

Commit

Permalink
drop HasEquiv instance
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>

<!-- ps-id: 3aad1525-fc66-45eb-8eb6-c821c6b35037 -->
  • Loading branch information
Alizter committed Jul 5, 2024
1 parent f519fc4 commit e64bd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/WildCat/Coproducts.v
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Proof.
f g h).
Defined.

Definition cat_bincoprod_swap_rec {A : Type} `{HasEquivs A}
Definition cat_bincoprod_swap_rec {A : Type} `{Is1Cat A}
`{!HasBinaryCoproducts A} {a b c : A} (f : a $-> c) (g : b $-> c)
: cat_bincoprod_rec f g $o cat_bincoprod_swap b a $== cat_bincoprod_rec g f
:= @cat_binprod_swap_corec A^op _ _ _ _
Expand Down

0 comments on commit e64bd15

Please sign in to comment.