8 lines
130 B
Text
8 lines
130 B
Text
prelude
|
||
|
||
init_quotient
|
||
|
||
/- definit eq as the empty type -/
|
||
inductive {u} eq {α : Sort u} (a : α) : α → Sort 0
|
||
|
||
init_quotient
|