Cosmetics

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-21 12:59:31 +01:00
parent edf552cb86
commit ed40824edc

View file

@ -72,10 +72,10 @@ record RawCategory (a b : Level) : Set (lsuc (a ⊔ b)) where
IsTerminal T = {X : Object} isContr (Arrow X T) IsTerminal T = {X : Object} isContr (Arrow X T)
Initial : Set (a b) Initial : Set (a b)
Initial = Σ (Object) IsInitial Initial = Σ Object IsInitial
Terminal : Set (a b) Terminal : Set (a b)
Terminal = Σ (Object) IsTerminal Terminal = Σ Object IsTerminal
-- Univalence is indexed by a raw category as well as an identity proof. -- Univalence is indexed by a raw category as well as an identity proof.
module Univalence {a b : Level} ( : RawCategory a b) where module Univalence {a b : Level} ( : RawCategory a b) where