Do not use IsCategory directly

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-23 16:41:17 +01:00
parent 39284b8d99
commit f5dded9561

View file

@ -51,7 +51,7 @@ module _
(F : RawFunctor 𝔻)
where
private
module 𝔻 = IsCategory (isCategory 𝔻)
module 𝔻 = Category 𝔻
propIsFunctor : isProp (IsFunctor _ _ F)
propIsFunctor isF0 isF1 i = record
@ -69,7 +69,7 @@ module _
{F : I RawFunctor 𝔻}
where
private
module 𝔻 = IsCategory (isCategory 𝔻)
module 𝔻 = Category 𝔻
IsProp' : { : Level} (A : I Set ) Set
IsProp' A = (a0 : A i0) (a1 : A i1) A [ a0 a1 ]