diff options
Diffstat (limited to '')
-rw-r--r-- | lux-cl/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index 744474bc9..cf4ff1036 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -364,7 +364,7 @@ (_.list/* (list))))] (_.call/2 [(runtime.lux//program_args raw_inputs) _.nil] program))) -(for {@.old +(for [@.old (def: extender Extender ... TODO: Stop relying on coercions ASAP. @@ -386,7 +386,7 @@ @.common_lisp (def: (extender handler) Extender - (:expected handler))}) + (:expected handler))]) (def: (declare_success! _) (-> Any (Promise Any)) |