diff options
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux')
| -rw-r--r-- | new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux index e8f564745..6319c2121 100644 --- a/new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux @@ -81,7 +81,7 @@                            _                            (` (let [(~+ (|> (list.zip2 argsC+ argsLC+) -                                           (list/map (function [[left right]] +                                           (list/map (function (_ [left right])                                                         (list left (` (@@ (~ right))))))                                             list/join))]                                 (python.def! (~ $runtime) @@ -91,7 +91,7 @@  (syntax: (with-vars [vars (s.tuple (p.many s.local-symbol))]             body)    (wrap (list (` (let [(~+ (|> vars -                               (list/map (function [var] +                               (list/map (function (_ var)                                             (list (code.local-symbol var)                                                   (` (python.var (~ (code.text (lang.normalize-name var))))))))                                 list/join))] | 
