lean4-htt/tests/lean/run/full.lean
2017-03-09 18:41:19 -08:00

7 lines
106 B
Text

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