10 lines
96 B
Text
10 lines
96 B
Text
|
import logic
|
||
|
|
||
|
namespace foo
|
||
|
section bla
|
||
|
definition tst := true
|
||
|
end bla
|
||
|
end foo
|
||
|
|
||
|
check foo.tst
|