aboutsummaryrefslogtreecommitdiff
path: root/lux-r
diff options
context:
space:
mode:
authorEduardo Julian2021-09-08 23:14:59 -0400
committerEduardo Julian2021-09-08 23:14:59 -0400
commit085c9a6ef151531cb01b842ed2f4366a49b78367 (patch)
tree01d5671061f1c688fe74319196f8da0e8aa95e4c /lux-r
parent54ab659064990ff37a9234c9792102a3b88277d6 (diff)
De-bracing | part 2
Diffstat (limited to 'lux-r')
-rw-r--r--lux-r/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 15323662a..ec77f8c0d 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -552,7 +552,7 @@
(Program _.Expression _.Expression)
(_.apply/2 program [(runtime.lux::program_args (_.commandArgs/0 [])) _.null]))
-(for {@.old
+(for [@.old
(def: extender
Extender
... TODO: Stop relying on coercions ASAP.
@@ -574,7 +574,7 @@
@.r
(def: (extender handler)
Extender
- (:expected handler))})
+ (:expected handler))])
(def: (declare_success! _)
(-> Any (Promise Any))