File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
Cubical/Categories/Dagger Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- {-# OPTIONS --safe -- hidden-argument-puns #-}
1+ {-# OPTIONS --hidden-argument-puns #-}
22
33module Cubical.Categories.Dagger.Functor where
44
@@ -40,7 +40,7 @@ open Functor
4040
4141†FuncComp : †Functor C D → †Functor D E → †Functor C E
4242†FuncComp F G .fst = G .fst ∘F F .fst
43- †FuncComp {C = C } {D = D } {E = E} F G .snd .F-† f =
43+ †FuncComp {C} {D} {E} F G .snd .F-† f =
4444 G .fst ⟪ F .fst ⟪ f †[ C ] ⟫ ⟫ ≡⟨ cong (G .fst .F-hom) (F .snd .F-† f) ⟩
4545 G .fst ⟪ F .fst ⟪ f ⟫ †[ D ] ⟫ ≡⟨ G .snd .F-† (F .fst .F-hom f) ⟩
4646 G .fst ⟪ F .fst ⟪ f ⟫ ⟫ †[ E ] ∎
Original file line number Diff line number Diff line change 1- {-# OPTIONS --safe #-}
2-
31module Cubical.Categories.Dagger.Instances.BinProduct where
42
53open import Cubical.Foundations.Prelude
Original file line number Diff line number Diff line change 1- {-# OPTIONS --safe #-}
2-
31module Cubical.Categories.Dagger.Instances.Functors where
42
53open import Cubical.Foundations.Prelude
Original file line number Diff line number Diff line change 1- {-# OPTIONS --safe #-}
2-
31module Cubical.Categories.Dagger.Properties where
42
53open import Cubical.Foundations.Prelude
You can’t perform that action at this time.
0 commit comments