diff options
Diffstat (limited to '')
-rw-r--r-- | lux-python/source/program.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 513de48f0..b821f62c3 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -274,9 +274,9 @@ (as org/python/core/PyObject self) (~~ (template [<arity>] - [(pattern (list (~~ (static.literals code.local_symbol (inputs/? <arity>))))) + [(pattern (list (~~ (static.literals code.local (inputs/? <arity>))))) (to_host ((as (~~ (static.literal function.identity (function/? <arity>))) it) - (~~ (static.literals code.local_symbol (inputs/? <arity>)))))] + (~~ (static.literals code.local (inputs/? <arity>)))))] [1] [2] @@ -287,10 +287,10 @@ [7] [8])) - (pattern (list& (~~ (static.literals code.local_symbol (inputs/? 8))) + (pattern (list& (~~ (static.literals code.local (inputs/? 8))) input/+)) (again ((as (~~ (static.literal function.identity (function/? 8))) it) - (~~ (static.literals code.local_symbol (inputs/? 8)))) + (~~ (static.literals code.local (inputs/? 8)))) input/+)))))))))))) (def: object_class |