cc4f18c062
see issue #756
11 lines
378 B
Text
11 lines
378 B
Text
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a :=
|
|
ID
|
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A :=
|
|
λ (A : Type) (a : A), a
|
|
-----------
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
|
ID
|
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
|
λ (A : Type) (a : A), a
|