Merge branch 'dev'
This commit is contained in:
commit
29e9ef689a
|
@ -19,7 +19,7 @@ module _ (ℓ : Level) where
|
||||||
open import Cubical.Universe
|
open import Cubical.Universe
|
||||||
|
|
||||||
SetsRaw : RawCategory (lsuc ℓ) ℓ
|
SetsRaw : RawCategory (lsuc ℓ) ℓ
|
||||||
Object SetsRaw = Cubical.Universe.0-Set
|
Object SetsRaw = hSet
|
||||||
Arrow SetsRaw (T , _) (U , _) = T → U
|
Arrow SetsRaw (T , _) (U , _) = T → U
|
||||||
𝟙 SetsRaw = Function.id
|
𝟙 SetsRaw = Function.id
|
||||||
_∘_ SetsRaw = Function._∘′_
|
_∘_ SetsRaw = Function._∘′_
|
||||||
|
|
Loading…
Reference in a new issue