diff options
Diffstat (limited to 'lux-lua/source')
-rw-r--r-- | lux-lua/source/program.lux | 2 |
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)) |