lean2/tests/lean/608.hlean.expected.out
2015-05-26 21:37:02 -07:00

9 lines
466 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
λ (A : Type) (a : A), a
-----------
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
λ (A : Type) (a : A), a