lean2/tests/lean/run/ex.lean

4 lines
90 B
Text

import standard
set_option pp.implicit true
check ∃x, x = (0:num)
check ∃x:num, x = 0