From f9e33ae96aec4741385a576719786092c9e68043 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Jun 2022 19:34:42 -0400 Subject: De-sigil-ification: # --- lux-jvm/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-jvm') diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux index adcbbfb86..46ee6efda 100644 --- a/lux-jvm/source/program.lux +++ b/lux-jvm/source/program.lux @@ -108,7 +108,7 @@ (def: (phase_wrapper archive) (-> Archive (Operation Anchor (Bytecode Any) Definition phase.Wrapper)) - (# phase.monad in (|>>))) + (at phase.monad in (|>>))) (def: .public platform (IO [java/lang/ClassLoader @@ -158,7 +158,7 @@ (def: (declare_success! _) (-> Any (Async Any)) - (async.future (# world/program.default exit +0))) + (async.future (at world/program.default exit +0))) (def: (lux_compiler it) (-> Any platform.Custom) @@ -181,6 +181,6 @@ ..extender service [(packager.package context) - (format (cli.target service) (# file.default separator) "program.jar")])] + (format (cli.target service) (at file.default separator) "program.jar")])] (..declare_success! [])) (io.io [])))) -- cgit v1.2.3