aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/module.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/module.lux (renamed from new-luxc/source/luxc/module.lux)4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/source/luxc/module.lux b/new-luxc/source/luxc/lang/module.lux
index 7b60af8f2..fba337cc3 100644
--- a/new-luxc/source/luxc/module.lux
+++ b/new-luxc/source/luxc/lang/module.lux
@@ -8,8 +8,8 @@
(coll [list "list/" Fold<List> Functor<List>]))
[meta]
(meta [code]))
- (luxc ["&" base]
- ["&;" scope]))
+ (luxc ["&" lang]
+ (lang ["&;" scope])))
(exception: #export Unknown-Module)
(exception: #export Cannot-Declare-Tag-Twice)