2014-08-25 02:58:48 +00:00
|
|
|
import logic
|
2014-07-10 14:55:19 +00:00
|
|
|
namespace foo
|
|
|
|
variable x : num.num
|
|
|
|
check x
|
2014-09-03 23:00:38 +00:00
|
|
|
open num
|
2014-07-10 14:55:19 +00:00
|
|
|
check x
|
|
|
|
set_option pp.full_names true
|
|
|
|
check x
|
2014-09-03 23:00:38 +00:00
|
|
|
end foo
|