It also moves `withOpen` and `withOpenDecl` applications to simplify their definitions and make sure we do not need to reset the cache.
13 lines
145 B
Text
13 lines
145 B
Text
namespace Internal
|
|
scoped macro "foo" : command => `(#print "foo")
|
|
end Internal
|
|
|
|
section
|
|
open Internal
|
|
foo
|
|
end
|
|
|
|
section
|
|
open Internal in
|
|
foo
|
|
end
|