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-ruby | |
parent | 54ab659064990ff37a9234c9792102a3b88277d6 (diff) |
De-bracing | part 2
Diffstat (limited to 'lux-ruby')
-rw-r--r-- | lux-ruby/source/program.lux | 8 |
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)) |