7 lines
106 B
Text
7 lines
106 B
Text
namespace foo
|
|
constant x : nat
|
|
#check x
|
|
#check x
|
|
set_option pp.full_names true
|
|
#check x
|
|
end foo
|