From 085c9a6ef151531cb01b842ed2f4366a49b78367 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 8 Sep 2021 23:14:59 -0400 Subject: De-bracing | part 2 --- lux-ruby/source/program.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-ruby') 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)) -- cgit v1.2.3