Indentation

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-23 12:52:14 +01:00
parent 48423cc816
commit 7787a8f0be

View file

@ -102,9 +102,9 @@ record IsCategory {a b : Level} ( : RawCategory a b) : Set (lsuc
open Univalence public
field
isAssociative : IsAssociative
isIdentity : IsIdentity 𝟙
isIdentity : IsIdentity 𝟙
arrowsAreSets : ArrowsAreSets
univalent : Univalent isIdentity
univalent : Univalent isIdentity
-- `IsCategory` is a mere proposition.
module _ {a b : Level} {C : RawCategory a b} where