Use already defined category

This commit is contained in:
Frederik Hanghøj Iversen 2018-03-05 11:15:45 +01:00
parent a4890a42cf
commit 059c74b687

View file

@ -25,7 +25,7 @@ module _ { : Level} { : Category } (unprovable : IsCategory (RawCat
𝓢 = Sets
open Fun (opposite ) 𝓢
Cat : Category _ _
Cat = record { raw = RawCat ; isCategory = unprovable}
Cat = Cat.Cat unprovable
prshf = presheaf { = }
module = Category