lean2/tests/lean/run/ex.lean

5 lines
90 B
Text
Raw Normal View History

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