diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 4 |
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 |