aboutsummaryrefslogtreecommitdiff
path: root/docs/notes/namespace_root.txt
blob: 9138439c21bcd41e2eb0b0c92fc087e62f488ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13



currently LRL, only supports adding to the namespace prefix. you can't change
the current namespace (e.g. the one implicitly created by the source filename
and path).

possible solution: add a "namespace root X;" syntax, e.g.

    // file foo/test.lc

    namespace bar:example; // = foo:test:bar:example
    namespace root bar:example;  // = bar:example