lean4-htt/tests/lean/run/full.lean

7 lines
103 B
Text

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