lean4-htt/tests/lean/run/full.lean
2017-05-25 18:24:16 -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