f983724cf6
We move the basic notions of pointed types into init.pointed, to avoid cycles in the import graph. Also adds pointed versions of pi and sigma, with corresponding notation
6 lines
141 B
Text
6 lines
141 B
Text
open unit pointed
|
|
|
|
definition pointed_unit [instance] [constructor] : pointed unit :=
|
|
mk star
|
|
|
|
example : point unit = point unit := by esimp
|