From b48ea68a83d01903554c7696c77eedaaf1035680 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 00:38:20 -0400 Subject: De-sigil-ification: suffix : [Part 3] --- lux-lua/source/program.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/source/program.lux b/lux-lua/source/program.lux index 9c424e5df..26731f23e 100644 --- a/lux-lua/source/program.lux +++ b/lux-lua/source/program.lux @@ -230,7 +230,7 @@ Translator (`` (<| (if (ffi.null? host_object) (exception.except ..nil_has_no_lux_representation [])) - (~~ (template [ ] + (~~ (with_template [ ] [(case (ffi.as host_object) {.#Some typed_object} (|> typed_object ) @@ -299,7 +299,7 @@ (pattern (list)) (in self) - (~~ (template [] + (~~ (with_template [] [(pattern (list (~~ (static.literals function.identity (..input/* ))))) (in (to_host ((as (~~ (static.literal function.identity (..function/* ))) lux_function) @@ -336,7 +336,7 @@ (<| (..return %) self)) - (~~ (template [] + (~~ (with_template [] [(net/sandius/rembulan/runtime/LuaFunction [] (invoke self [% net/sandius/rembulan/runtime/ExecutionContext (~~ (static.literals function.identity (..declaration/* )))]) @@ -784,7 +784,7 @@ (with_expansions [ (these (def: (to_host it) (-> Any java/lang/Object) - (`` (<| (~~ (template [ ] + (`` (<| (~~ (with_template [ ] [(case (ffi.as (as java/lang/Object it)) {.#Some it} (as java/lang/Object -- cgit v1.2.3