From b96beb587c11fcfbce86ce2d62351600cf6cad1b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 2 Jul 2022 05:38:27 -0400 Subject: More traditional names for unquoting macros. --- lux-js/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-js/source') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 72e08d9f5..6d13abf41 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -400,7 +400,7 @@ (exception.except ..undefined_has_no_lux_representation []) {.#None}) - (~~ (with_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])) - (~~ (with_template [ ] + (,, (with_template [ ] [(case (ffi.is js_object) {.#Some js_object} {try.#Success ( js_object)} -- cgit v1.2.3