lean2/tests/lean/run/full.lean

9 lines
130 B
Text
Raw Normal View History

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