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-scheme/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-scheme/source') diff --git a/lux-scheme/source/program.lux b/lux-scheme/source/program.lux index 05f5bb3b3..ee61f9d45 100644 --- a/lux-scheme/source/program.lux +++ b/lux-scheme/source/program.lux @@ -159,7 +159,7 @@ {.#None} false)) -(template [] +(with_template [] [(ffi.interface: (getValue [] java/lang/Object)) @@ -301,7 +301,7 @@ (def: (read host_object) (Reader java/lang/Object) - (`` (<| (~~ (template [] + (`` (<| (~~ (with_template [] [(case (ffi.as host_object) {.#Some host_object} {try.#Success host_object} @@ -311,7 +311,7 @@ [java/lang/Boolean] [java/lang/Long] [java/lang/Double] [java/lang/String] [gnu/mapping/Procedure] [gnu/lists/U8Vector] )) - (~~ (template [ ] + (~~ (with_template [ ] [(case (ffi.as host_object) {.#Some host_object} {try.#Success (<| host_object)} -- cgit v1.2.3