Skip to content

Commit

Permalink
added requested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinjangrzybowski committed Sep 2, 2024
1 parent cc3264c commit 96ca966
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cubical/Categories/Instances/Sets.agda
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ univProp (completeSET J D) c cc =

module _ {ℓ} where

-- While pullbacks can be obtained from limits
-- (using `completeSET` & `LimitsOfShapeCospanCat→Pullbacks` from `Cubical.Categories.Limits.Pullback`),
-- this direct construction can be more convenient when only pullbacks are needed.
-- It also has better behavior in terms of inferring implicit arguments

open Pullback

PullbacksSET : Pullbacks (SET ℓ)
Expand Down

0 comments on commit 96ca966

Please sign in to comment.