Remove unused function
This commit is contained in:
parent
7398210a2b
commit
a82095604d
|
@ -24,9 +24,6 @@ module _ (ℓ : Level) where
|
||||||
𝟙 SetsRaw = Function.id
|
𝟙 SetsRaw = Function.id
|
||||||
_∘_ SetsRaw = Function._∘′_
|
_∘_ SetsRaw = Function._∘′_
|
||||||
|
|
||||||
setIsSet : (A : Set ℓ) → isSet A
|
|
||||||
setIsSet A x y p q = {!ua!}
|
|
||||||
|
|
||||||
SetsIsCategory : IsCategory SetsRaw
|
SetsIsCategory : IsCategory SetsRaw
|
||||||
assoc SetsIsCategory = refl
|
assoc SetsIsCategory = refl
|
||||||
proj₁ (ident SetsIsCategory) = funExt λ _ → refl
|
proj₁ (ident SetsIsCategory) = funExt λ _ → refl
|
||||||
|
|
Loading…
Reference in a new issue