diff options
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux')
-rw-r--r-- | stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux b/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux index 1415251df..6daf5e532 100644 --- a/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux +++ b/stdlib/source/lux/tool/compiler/phase/generation/python/structure.lux @@ -24,7 +24,7 @@ _ (do ////.monad [elemsT+ (monad.map @ generate elemsS+)] - (wrap (_.tuple elemsT+))))) + (wrap (_.list elemsT+))))) (def: #export (variant generate [lefts right? valueS]) (-> Phase (Variant Synthesis) (Operation (Expression Any))) |