fix(hott/algebra/category/constructions): avoid type class resolution loop
This commit is contained in:
parent
024ce8012f
commit
227de07758
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace category
|
|||
definition eq_of_iso_functor_ob (η : F ≅ G) (c : C) : F c = G c :=
|
||||
by apply eq_of_iso; apply componentwise_iso; exact η
|
||||
|
||||
|
||||
local attribute functor.to_fun_hom [quasireducible]
|
||||
definition eq_of_iso_functor (η : F ≅ G) : F = G :=
|
||||
begin
|
||||
fapply functor_eq,
|
||||
|
|
Loading…
Reference in a new issue