This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ namespace cone
90
90
{ X := X,
91
91
π := c.extensions.app X f }
92
92
93
- def postcompose {G : J ⥤ C} (c : cone F ) (α : F ⟹ G ) : cone G :=
93
+ def postcompose {G : J ⥤ C} (α : F ⟹ G ) (c : cone F ) : cone G :=
94
94
{ X := c.X,
95
95
π := c.π ⊟ α }
96
96
97
- def whisker (c : cone F) {K : Type v} [small_category K] (E : K ⥤ J) : cone (E ⋙ F) :=
97
+ def whisker {K : Type v} [small_category K] (E : K ⥤ J) (c : cone F ) : cone (E ⋙ F) :=
98
98
{ X := c.X,
99
99
π := whisker_left E c.π }
100
100
@@ -112,11 +112,11 @@ namespace cocone
112
112
{ X := X,
113
113
ι := c.extensions.app X f }
114
114
115
- def precompose {G : J ⥤ C} (c : cocone F) (α : G ⟹ F) : cocone G :=
115
+ def precompose {G : J ⥤ C} (α : G ⟹ F) (c : cocone F) : cocone G :=
116
116
{ X := c.X,
117
117
ι := α ⊟ c.ι }
118
118
119
- def whisker (c : cocone F) {K : Type v} [small_category K] (E : K ⥤ J) : cocone (E ⋙ F) :=
119
+ def whisker {K : Type v} [small_category K] (E : K ⥤ J) (c : cocone F ) : cocone (E ⋙ F) :=
120
120
{ X := c.X,
121
121
ι := whisker_left E c.ι }
122
122
You can’t perform that action at this time.
0 commit comments