Skip to content

Commit

Permalink
SieveOn.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuyts committed Oct 29, 2024
1 parent 8cb8f11 commit 42939d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cubical/Categories/Instances/SievesAsFunctors.agda
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ isThinSIEVE = isThinFUNCTOR _ _ isThinPROP
SIEVE_ON : (C : Category ℓ ℓ') (c : C .ob) (ℓP : Level)
Category (ℓ-max (ℓ-max ℓ ℓ') (ℓ-suc ℓP)) (ℓ-max (ℓ-max ℓ ℓ') ℓP)
SIEVE_ON C c ℓP = SIEVE (SliceCat C c) ℓP

SieveOn : (C : Category ℓ ℓ') (c : C .ob) (ℓP : Level) Type (ℓ-max (ℓ-max ℓ ℓ') (ℓ-suc ℓP))
SieveOn C c ℓP = SIEVE_ON C c ℓP .ob

0 comments on commit 42939d5

Please sign in to comment.