7 lines
115 B
Text
7 lines
115 B
Text
import data.nat.basic
|
|
|
|
namespace playground
|
|
namespace nat
|
|
check 2+3 -- Should produce error
|
|
end nat
|
|
end playground
|