10 lines
107 B
Text
10 lines
107 B
Text
|
import standard
|
||
|
|
||
|
namespace foo
|
||
|
namespace boo
|
||
|
theorem tst : true := trivial
|
||
|
end
|
||
|
end
|
||
|
|
||
|
using foo
|
||
|
check boo.tst
|