2014-08-24 19:58:48 -07:00
|
|
|
import logic
|
2014-07-10 15:55:19 +01:00
|
|
|
namespace foo
|
|
|
|
variable x : num.num
|
|
|
|
check x
|
2014-09-03 16:00:38 -07:00
|
|
|
open num
|
2014-07-10 15:55:19 +01:00
|
|
|
check x
|
|
|
|
set_option pp.full_names true
|
|
|
|
check x
|
2014-09-03 16:00:38 -07:00
|
|
|
end foo
|