lean2/tests/lean/hott/599.hlean

9 lines
194 B
Text
Raw Normal View History

2015-05-14 01:34:51 +00:00
structure pointed [class] (A : Type) := (point : A)
open unit pointed
definition pointed_unit [instance] [constructor] : pointed unit :=
mk star
example : point unit = point unit := by esimp