lean4-htt/old_tests/tests/lean/run/full.lean
2018-04-10 12:56:55 -07:00

7 lines
106 B
Text

namespace foo
constant x : nat
#check x
#check x
set_option pp.full_names true
#check x
end foo