lean4-htt/tests/lean/namespace_bug.lean
2017-03-09 18:41:19 -08:00

5 lines
69 B
Text

namespace playground
namespace nat
#check 2+3
end nat
end playground