Skip to content

Commit

Permalink
use long name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesCarette committed Nov 14, 2016
1 parent 962d29c commit eb97bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Categories/Opposite.agda
Expand Up @@ -18,7 +18,7 @@ opⁱ {C = C} A≅B = record
; iso = record { isoˡ = A≅B.isoʳ; isoʳ = A≅B.isoˡ }
}
where
module A≅B = _≅_ C A≅B
module A≅B = Categories.Morphisms._≅_ A≅B

opF : {o₁ ℓ₁ e₁ o₂ ℓ₂ e₂} {A : Category o₁ ℓ₁ e₁} {B : Category o₂ ℓ₂ e₂} ->
(Functor (Category.op (Functors (Category.op A) (Category.op B))) (Functors A B))
Expand Down

0 comments on commit eb97bc0

Please sign in to comment.