refactor(library/algebra/category/constructions): modify proof

It was affected by the new way of handling projections that we will implement
This commit is contained in:
Leonardo de Moura 2015-06-25 14:40:26 -07:00
parent 5581b735f4
commit c9f3b766f8

View file

@ -140,7 +140,7 @@ namespace category
(λ a, F a)
(λ a b f, F f)
(λ a, respect_id F a)
(λ a b c g f, respect_comp F f g)
(λ a b c g f, by apply @respect_comp C D)
end
end opposite