aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2021-02-01 04:59:32 -0400
committerEduardo Julian2021-02-01 04:59:32 -0400
commit3d457763e34d4dd1992427b3918b351ac684adb7 (patch)
tree5e6ead8ab0c360d6c3eca5765b6be0be782709e2 /lux-python
parent1797521191746640e761cc1b4973d46b8c403dee (diff)
Improved compilation of loops and pattern-matching for Python.
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 1b80fabfe..4fae4b331 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -329,7 +329,7 @@
(evaluate! context (_.var (reference.artifact context)))))))))))})
(def: platform
- (IO (Platform [Register _.SVar] (_.Expression Any) (_.Statement Any)))
+ (IO (Platform Register (_.Expression Any) (_.Statement Any)))
(do io.monad
[host ..host]
(wrap {#platform.&file_system (file.async file.default)
@@ -412,7 +412,7 @@
generation.bundle
extension/bundle.empty
..program
- [(type [Register _.SVar])
+ [Register
(type (_.Expression Any))
(type (_.Statement Any))]
..extender