fix(hott/algebra) correct the name of a groupoid constructor
This commit is contained in:
parent
25abecaa26
commit
7083f2fccd
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace category
|
|||
Precategory.mk (Groupoid.carrier C) C
|
||||
|
||||
definition groupoid.Mk [reducible] := Groupoid.mk
|
||||
definition category.MK [reducible] (C : Precategory) (H : Π (a b : C) (f : a ⟶ b), is_iso f)
|
||||
definition groupoid.MK [reducible] (C : Precategory) (H : Π (a b : C) (f : a ⟶ b), is_iso f)
|
||||
: Groupoid :=
|
||||
Groupoid.mk C (groupoid.mk' C C H)
|
||||
|
||||
|
|
Loading…
Reference in a new issue