11 lines
131 B
Text
11 lines
131 B
Text
prelude
|
|
|
|
inductive foo.bar
|
|
|
|
open foo
|
|
--^ "command": "complete"
|
|
|
|
namespace foo
|
|
open bar
|
|
--^ "command": "complete"
|
|
end foo
|