Use abbreviation

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-25 14:39:11 +01:00
parent caddf83a09
commit d63ecc3a65

View file

@ -15,7 +15,7 @@ open Equality.Data.Product
module _ {a b : Level} ( : Category a b) where
open Category
module _ {A B : Category.Object } {X : Category.Object } (f : Category.Arrow A B) where
module _ {A B : Object} {X : Object} (f : Arrow A B) where
iso-is-epi : Isomorphism f Epimorphism {X = X} f
iso-is-epi (f- , left-inv , right-inv) g₀ g₁ eq = begin
g₀ ≡⟨ sym (proj₁ isIdentity)