aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lua/source/program.lux')
-rw-r--r--lux-lua/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux
index 3bcf4ccf9..46fb33033 100644
--- a/lux-lua/source/program.lux
+++ b/lux-lua/source/program.lux
@@ -272,7 +272,7 @@
(def: input/*
(-> Nat (List Code))
(|>> list.indices
- (list#each (|>> %.nat (format "input/") code.local_symbol))))
+ (list#each (|>> %.nat (format "input/") code.local))))
(def: declaration/*
(-> Nat (List Code))