aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index d16446ac1..64139ca38 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -287,7 +287,7 @@
[7]
[8]))
- (pattern (partial_list (~~ (static.literals code.local (inputs/? 8)))
+ (pattern (list.partial (~~ (static.literals code.local (inputs/? 8)))
input/+))
(again ((as (~~ (static.literal function.identity (function/? 8))) it)
(~~ (static.literals code.local (inputs/? 8))))