aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/variable.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/variable.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/variable.lux b/new-luxc/source/luxc/lang/variable.lux
index 55f6ac877..b33574d19 100644
--- a/new-luxc/source/luxc/lang/variable.lux
+++ b/new-luxc/source/luxc/lang/variable.lux
@@ -44,4 +44,4 @@
(-> Scope (List Variable))
(|> scope
(get@ [#.captured #.mappings])
- (list/map (function [[_ [_ ref]]] (from-ref ref)))))
+ (list/map (function (_ [_ [_ ref]]) (from-ref ref)))))