c53b96c8d3
closes #608
9 lines
436 B
Text
9 lines
436 B
Text
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
|
λ (ob : Type) (C : precategory ob) (a : ob), ID a
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
|
is_typeof
|
|
-----------
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
|
λ (ob : Type) (C : precategory ob) (a : ob), ID a
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
|
is_typeof
|