aboutsummaryrefslogtreecommitdiff
path: root/lux-lua
diff options
context:
space:
mode:
authorEduardo Julian2021-08-13 04:18:57 -0400
committerEduardo Julian2021-08-13 04:18:57 -0400
commite53c1a090eb9cfac3cb23d10d981648d02518ed1 (patch)
tree6c92c186525b6e73032ebea68765b791bcc27516 /lux-lua
parent17629d66062b88b040a2397032f6c08361a5f3a7 (diff)
Made program: specify its bindings the same way as syntax:.
Diffstat (limited to 'lux-lua')
-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]