diff options
author | Eduardo Julian | 2021-09-08 23:14:59 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-08 23:14:59 -0400 |
commit | 085c9a6ef151531cb01b842ed2f4366a49b78367 (patch) | |
tree | 01d5671061f1c688fe74319196f8da0e8aa95e4c /lux-scheme | |
parent | 54ab659064990ff37a9234c9792102a3b88277d6 (diff) |
De-bracing | part 2
Diffstat (limited to 'lux-scheme')
-rw-r--r-- | lux-scheme/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux index 51ed54a32..ee5b95952 100644 --- a/lux-scheme/source/program.lux +++ b/lux-scheme/source/program.lux @@ -410,7 +410,7 @@ (runtime.lux//program_args _.nil) _.nil)) -(for {@.old +(for [@.old (def: extender Extender ... TODO: Stop relying on coercions ASAP. @@ -438,7 +438,7 @@ @.scheme (def: (extender handler) Extender - (:expected handler))}) + (:expected handler))]) (def: (declare_success! _) (-> Any (Promise Any)) |