From 3d457763e34d4dd1992427b3918b351ac684adb7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 1 Feb 2021 04:59:32 -0400 Subject: Improved compilation of loops and pattern-matching for Python. --- lux-python/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-python/source') 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 -- cgit v1.2.3