lean2/tests/lean/run/full.lean
2014-08-07 16:59:08 -07:00

9 lines
No EOL
134 B
Text

import standard
namespace foo
variable x : num.num
check x
using num
check x
set_option pp.full_names true
check x
end foo