Skip to content

Commit

Permalink
remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesCarette committed Nov 14, 2016
1 parent eb97bc0 commit 018b837
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Categories/Object/BinaryCoproducts.agda
Expand Up @@ -171,7 +171,3 @@ Bin→Binary bc = record { coproduct = λ {A} {B} → record {
where
open CP.BinCoproducts bc

module BinCoproducts (coprod : BinCoproducts) where
open CP.BinCoproducts coprod public
open BinaryCoproducts (Bin→Binary coprod) public hiding ([_,_]; i₁; i₂; commute₁; commute₂; universal)

0 comments on commit 018b837

Please sign in to comment.