Introduce "private" keyword and private modules / private import.

This commit is contained in:
Christoffer Lerno
2021-05-30 15:11:12 +02:00
committed by Christoffer Lerno
parent 84fa680568
commit 0605a8c500
16 changed files with 192 additions and 199 deletions

View File

@@ -1,4 +1,4 @@
module foo ($foo, #bar, Integer);
module foo <$foo, #bar, Integer>;
import bar as eok local;
import bar2 as eok2;
import bar3 local;