aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lua/source/program.lux')
-rw-r--r--lux-lua/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux
index e55f4169a..fc02693cf 100644
--- a/lux-lua/source/program.lux
+++ b/lux-lua/source/program.lux
@@ -757,7 +757,7 @@
@.lua
(def: (extender phase_wrapper handler)
(-> platform.Phase_Wrapper Extender)
- (:assume handler))})
+ (:expected handler))})
(def: (phase_wrapper archive)
(-> Archive (runtime.Operation platform.Phase_Wrapper))
@@ -800,7 +800,7 @@
(-> Any (Async Any))
(async.future (\ world/program.default exit +0)))
-(`` (program: [{service /cli.service}]
+(`` (program: [service /cli.service]
(let [extension ".lua"]
(do io.monad
[(~~ (for {@.old [baggage platform]