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-php/source/program.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-php') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 99148cb83..9c612ae97 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -166,7 +166,7 @@ "[1]::[0]" (call [php/runtime/env/Environment [php/runtime/Memory]] "try" php/runtime/Memory)) -(template [] +(with_template [] [(ffi.interface: (getValue [] java/lang/Object)) @@ -246,7 +246,7 @@ [] (valueOfIndex self [trace php/runtime/env/TraceInfo index php/runtime/Memory]) php/runtime/Memory - (`` (<| (~~ (template [ ] + (`` (<| (~~ (with_template [ ] [(case (ffi.as index) {.#Some index} ( trace ( index) self) @@ -379,7 +379,7 @@ (def: (read host_object) Reader - (`` (<| (~~ (template [ ] + (`` (<| (~~ (with_template [ ] [(case (ffi.as host_object) {.#Some _} {try.#Success } @@ -389,7 +389,7 @@ [php/runtime/memory/FalseMemory false] [php/runtime/memory/TrueMemory true] )) - (~~ (template [ ] + (~~ (with_template [ ] [(case (ffi.as host_object) {.#Some value} (`` (|> value (~~ (template.splice )))) -- cgit v1.2.3