lean2/tests/lean/608.hlean.expected.out

12 lines
380 B
Text
Raw Normal View History

definition id [reducible] [unfold_full] : Π {A : Type}, A → A :=
λ A a, a
2015-12-09 05:11:11 +00:00
definition category.id [reducible] [unfold 1] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a :=
ID
-----------
definition id [reducible] [unfold_full] : Π {A : Type}, A → A
λ A a, a
2015-12-09 05:11:11 +00:00
definition category.id [reducible] [unfold 1] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
ID