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-js/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-js') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index ec49efe41..3f824826f 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -140,7 +140,7 @@ (import org/openjdk/nashorn/internal/runtime/Undefined "[1]::[0]") - (template [] + (with_template [] [(ffi.interface: (getValue [] java/lang/Object)) @@ -400,7 +400,7 @@ (exception.except ..undefined_has_no_lux_representation []) {.#None}) - (~~ (template [] + (~~ (with_template [] [(case (ffi.is js_object) {.#Some js_object} {try.#Success js_object} @@ -408,7 +408,7 @@ {.#None})] [java/lang/Boolean] [java/lang/String])) - (~~ (template [ ] + (~~ (with_template [ ] [(case (ffi.is js_object) {.#Some js_object} {try.#Success ( js_object)} -- cgit v1.2.3