Leftovers...

This commit is contained in:
Frederik Hanghøj Iversen 2017-12-12 12:39:58 +01:00
parent 3e717d4b1f
commit 4a98b2aa3d

View file

@ -4,9 +4,11 @@ module Category where
open import Agda.Primitive open import Agda.Primitive
open import Data.Unit.Base open import Data.Unit.Base
open import Data.Product open import Data.Product renaming (proj₁ to fst ; proj₂ to snd)
open import Cubical.PathPrelude
open import Data.Empty open import Data.Empty
open import Function
open import Cubical
postulate undefined : { : Level} {A : Set } A postulate undefined : { : Level} {A : Set } A
@ -216,7 +218,7 @@ module _ { ' : Level} where
ident-l : identity f f ident-l : identity f f
ident-l = {!!} ident-l = {!!}
CatCat : Category {-suc ( ')} { '} CatCat : Category {lsuc ( ')} { '}
CatCat = CatCat =
record record
{ Object = Category {} {'} { Object = Category {} {'}