aboutsummaryrefslogtreecommitdiff
path: root/lux-php
diff options
context:
space:
mode:
Diffstat (limited to 'lux-php')
-rw-r--r--lux-php/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux
index 1696206c6..c2c61b1ef 100644
--- a/lux-php/source/program.lux
+++ b/lux-php/source/program.lux
@@ -513,7 +513,7 @@
[(runtime.lux//program_args _.command_line_arguments)
_.null])))
-(for {@.old
+(for [@.old
(def: extender
Extender
... TODO: Stop relying on coercions ASAP.
@@ -547,7 +547,7 @@
@.php
(def: (extender handler)
Extender
- (:expected handler))})
+ (:expected handler))])
(def: (declare_success! _)
(-> Any (Promise Any))