fix(library/algebra/category/morphism): remove sorry that was introduced by accident
This commit is contained in:
parent
bb8d436e75
commit
a9001166fd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace morphism
|
|||
calc
|
||||
g = g ∘ id : symm !id_right
|
||||
... = g ∘ f ∘ g' : {symm Hr}
|
||||
... = (g ∘ f) ∘ g' : sorry -- !assoc
|
||||
... = (g ∘ f) ∘ g' : !assoc
|
||||
... = id ∘ g' : {Hl}
|
||||
... = g' : !id_left
|
||||
|
||||
|
|
Loading…
Reference in a new issue