lean2/tests/lean/779.hlean
2015-08-07 13:29:22 -07:00

4 lines
78 B
Text

definition foo (x : empty) : empty :=
by try exact _;contradiction
print foo