aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/source/program.lux')
-rw-r--r--lux-python/source/program.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 6ae2a4aa2..547a1cd24 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -230,7 +230,7 @@
(for {@.old
(as_is (def: (call_macro inputs lux macro)
(-> (List Code) Lux org/python/core/PyFunction (Try (Try [Lux (List Code)])))
- (:assume
+ (:expected
(do try.monad
[expansion (org/python/core/PyFunction::__call__ (|> (ffi.array org/python/core/PyObject 2)
(ffi.array_write 0 (..to_host inputs))
@@ -445,7 +445,7 @@
@.python
(def: (extender phase_wrapper handler)
(-> platform.Phase_Wrapper Extender)
- (:assume handler))})
+ (:expected handler))})
(def: (phase_wrapper archive)
(-> Archive (runtime.Operation platform.Phase_Wrapper))
@@ -495,7 +495,7 @@
(; (_.apply/* @program (list)))
))))
-(program: [{service /cli.service}]
+(program: [service /cli.service]
(let [extension ".py"]
(exec (do async.monad
[_ (/.compiler {#/static.host @.python