Skip to content

Commit

Permalink
that weaken gives a CartesianCategoryᴰ is already in cd1fb53
Browse files Browse the repository at this point in the history
in PR #117
  • Loading branch information
hejohns committed Dec 10, 2024
1 parent d7e1dbd commit 274ceb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module _ (C : CartesianCategory ℓC ℓC') (D : CartesianCategory ℓD ℓD') w
private
module C = CartesianCategoryNotation C
module D = CartesianCategoryNotation D
-- TODO: this is Cubical/Categories/Displayed/Constructions/Weaken/Properties.agda
-- in PR #117
weaken : CartesianCategoryᴰ C ℓD ℓD'
weaken .fst = Weaken.weaken (C .fst) (D .fst)
weaken .snd .fst .vertexᴰ = D.𝟙
Expand Down

0 comments on commit 274ceb4

Please sign in to comment.