aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/source/program.lux')
-rw-r--r--lux-ruby/source/program.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux
index d5a0c9b82..25e3cc2ab 100644
--- a/lux-ruby/source/program.lux
+++ b/lux-ruby/source/program.lux
@@ -637,7 +637,7 @@
[_ (run! content)]
(run! (_.global (reference.artifact context))))))))))
-(for {@.old
+(for [@.old
(as_is (exception: .public (invaid_phase_application [partial_application (List Any)
arity Nat])
(exception.report
@@ -778,15 +778,15 @@
@.ruby
(def: (extender phase_wrapper handler)
(-> phase.Wrapper Extender)
- (:expected handler))})
+ (:expected handler))])
(def: (phase_wrapper archive)
(-> Archive (runtime.Operation phase.Wrapper))
(do phase.monad
[]
(in (:as phase.Wrapper
- (for {@.old (..host_phase (list))
- @.ruby (|>>)})))))
+ (for [@.old (..host_phase (list))
+ @.ruby (|>>)])))))
(def: platform
(IO (Platform Register _.Expression _.Statement))