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