4 lines
78 B
Text
4 lines
78 B
Text
definition foo (x : empty) : empty :=
|
|
by try exact _;contradiction
|
|
|
|
print foo
|