3 lines
70 B
Text
3 lines
70 B
Text
|
definition foo : empty → empty :=
|
||
|
empty.rec (λ (e : empty), empty)
|