lean2/tests/lean/run/ns1.lean
2014-08-07 16:59:08 -07:00

10 lines
No EOL
115 B
Text

import standard
namespace foo
namespace boo
theorem tst : true := trivial
end boo
end foo
using foo
check boo.tst