lean2/tests/lean/run/ns1.lean

10 lines
107 B
Text
Raw Normal View History

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