diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/luxc/lang/scope.lux (renamed from new-luxc/source/luxc/scope.lux) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/scope.lux b/new-luxc/source/luxc/lang/scope.lux index 165399c8f..435b8ef61 100644 --- a/new-luxc/source/luxc/scope.lux +++ b/new-luxc/source/luxc/lang/scope.lux @@ -8,7 +8,7 @@ ["e" error] (coll [list "list/" Functor<List> Fold<List> Monoid<List>])) [meta]) - (luxc ["&" base] + (luxc ["&" lang] (lang [";L" variable #+ Variable]))) (type: Locals (Bindings Text [Type Nat])) |